1+ # ROOT testing
2+
13This directory contains some ROOT test programs.
24
3- Makefile - Makefile to build all test programs. Before executing make,
4- select in the Makefile the platform dependent definitions.
5+ All executables for the tests produced when ROOT compiled with ` -Dtesting=ON ` flag
6+
57
68hsimple.cxx - Simple test program that creates and saves some histograms.
79
@@ -17,7 +19,7 @@ Event.cxx - Implementation for classes Event and Track.
1719
1820minexam.cxx - Simple test program to test data fitting.
1921
20- ctorture.cxx - test program for the class TComplex
22+ ctorture.cxx - Test program for the class TComplex.
2123
2224tcollex.cxx - Example usage of the ROOT collection classes.
2325
@@ -29,9 +31,11 @@ vmatrix.cxx - Verification program for the TMatrix class.
2931
3032vvector.cxx - Verification program for the TVector class.
3133
32- stressLinear.cxx - stress testing of the matrix/vector and linear algebra classes
34+ stressLinear.cxx - Stress testing of the matrix/vector and linear algebra classes.
35+
36+ stressGraphics.cxx - Stress graphics tests for image production.
3337
34- QpRandomDriver.cxx - Verfication program for Quadratic programming classes in Quadp library
38+ QpRandomDriver.cxx - Verfication program for Quadratic programming classes in Quadp library.
3539
3640vlazy.cxx - Verification program for lazy matrices.
3741
@@ -56,11 +60,3 @@ bench.cxx - STL and ROOT container test and benchmarking program.
5660DrawTest.sh - Entry script to extensive TTree query test suite.
5761
5862dt_ * - Scripts used by DrawTest.sh.
59-
60-
61- REMARKS
62- =======
63-
64- Before running ROOT or any ROOT-based utility such as rootcint you
65- have to set the ROOTSYS environment variable. See root/README/README
66- on how to set this variable.
0 commit comments