]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - README_CMake
added new triggers
[u/mrichter/AliRoot.git] / README_CMake
index 1e41c3ad0569a12e5e19eab75886071f9b84bad4..9e9eccb8fdd28b5f5593217b7dfaf0bcf5fe56f4 100644 (file)
@@ -54,6 +54,13 @@ eg.  make STEERbase STEERbase-static
 
   make par-all 
   make <Package>.par
+  make <Module>-par-all   build all par packages in the module
+
+10. To test PARs after building run
+
+  make test-par-all
+  make test-<Package>
+  make test-<Module>-par-all
 
 !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