Skip to content

Commit 58bc18f

Browse files
committed
Adjust test/README
Rename to Readme.md Mention compilation
1 parent cf428f7 commit 58bc18f

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

test/README renamed to test/Readme.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# ROOT testing
2+
13
This 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

68
hsimple.cxx - Simple test program that creates and saves some histograms.
79

@@ -17,7 +19,7 @@ Event.cxx - Implementation for classes Event and Track.
1719

1820
minexam.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

2224
tcollex.cxx - Example usage of the ROOT collection classes.
2325

@@ -29,9 +31,11 @@ vmatrix.cxx - Verification program for the TMatrix class.
2931

3032
vvector.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

3640
vlazy.cxx - Verification program for lazy matrices.
3741

@@ -56,11 +60,3 @@ bench.cxx - STL and ROOT container test and benchmarking program.
5660
DrawTest.sh - Entry script to extensive TTree query test suite.
5761

5862
dt_* - 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

Comments
 (0)