]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - README_CMake
Integrated New Rule Checker with the CMake Build
[u/mrichter/AliRoot.git] / README_CMake
index ad517e09dbca89a3aacf20ed8c856f160e16b7cb..a4a7f6b4ccc585f283644f0aca908d7697985118 100644 (file)
@@ -42,6 +42,14 @@ eg.  make STEER-all STEER-all-static
 
 eg.    make STEERbase STEERbase-static
 
+8. The code can be checked for the ALICE coding conventions on a package or module level using the following targets. 
+
+  make check-all
+  make <Module>-check-all
+  make <Package>-check
+
+  The resulting violations will be written to the folder $ALICE_ROOT/<Module>/check/viols
+
 !IMPORTANT! - Make sure your source folder is clean. If you used the old make system to build aliroot run make clean in the source directory before you run cmake