Rev 390 | Rev 423 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 390 | Rev 418 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | LDADD = $(top_builddir)/src/libHepMC.la |
5 | LDADD = $(top_builddir)/src/libHepMC.la |
| 6 | 6 | ||
| 7 | # Identify executables needed during testing: |
7 | # Identify executables needed during testing: |
| 8 | check_PROGRAMS = testSimpleVector testUnits testPrintBug \ |
8 | check_PROGRAMS = testSimpleVector testUnits testPrintBug \ |
| 9 | testHepMC testHepMCIteration testMass \ |
9 | testHepMC testHepMCIteration testMass \ |
| 10 | testMultipleCopies testStreamIO |
- | |
| - | 10 | testMultipleCopies testStreamIO testFlow |
|
| 11 | 11 | ||
| 12 | check_SCRIPTS = testHepMC.sh testHepMCIteration.sh testPrintBug.sh \ |
12 | check_SCRIPTS = testHepMC.sh testHepMCIteration.sh testPrintBug.sh \ |
| 13 | testMass.sh testStreamIO.sh |
- | |
| - | 13 | testMass.sh testStreamIO.sh testFlow.sh |
|
| 14 | 14 | ||
| 15 | # Identify test(s) to run when 'make check' is requested: |
15 | # Identify test(s) to run when 'make check' is requested: |
| 16 | TESTS = testSimpleVector testUnits \ |
16 | TESTS = testSimpleVector testUnits \ |
| 17 | testHepMC.sh testHepMCIteration.sh testMass.sh testStreamIO.sh \ |
- | |
| - | 17 | testHepMC.sh testHepMCIteration.sh testMass.sh testFlow.sh testStreamIO.sh \ |
|
| 18 | testPrintBug.sh testMultipleCopies |
18 | testPrintBug.sh testMultipleCopies |
| 19 | 19 | ||
| 20 | # Identify the test(s) for which failure is the intended outcome: |
20 | # Identify the test(s) for which failure is the intended outcome: |
| 21 | XFAIL_TESTS = |
21 | XFAIL_TESTS = |
| 22 | 22 | ||
| 23 | # Identify the dependencies on a per-test basis: |
23 | # Identify the dependencies on a per-test basis: |
| 24 | testSimpleVector_SOURCES = testSimpleVector.cc |
24 | testSimpleVector_SOURCES = testSimpleVector.cc |
| 25 | testUnits_SOURCES = testUnits.cc |
25 | testUnits_SOURCES = testUnits.cc |
| - | 26 | testFlow_SOURCES = testFlow.cc |
|
| 26 | testHepMC_SOURCES = testHepMC.cc testHepMCMethods.cc |
27 | testHepMC_SOURCES = testHepMC.cc testHepMCMethods.cc |
| 27 | testMass_SOURCES = testMass.cc |
28 | testMass_SOURCES = testMass.cc |
| 28 | testStreamIO_SOURCES = testStreamIO.cc testHepMCMethods.cc |
29 | testStreamIO_SOURCES = testStreamIO.cc testHepMCMethods.cc |
| 29 | testHepMCIteration_SOURCES = testHepMCIteration.cc |
30 | testHepMCIteration_SOURCES = testHepMCIteration.cc |
| 30 | testMultipleCopies_SOURCES = testMultipleCopies.cc |
31 | testMultipleCopies_SOURCES = testMultipleCopies.cc |
| Line 38... | Line 39... | ||
| 38 | testPrintBug.output \ |
39 | testPrintBug.output \ |
| 39 | testStreamIO.output \ |
40 | testStreamIO.output \ |
| 40 | testHepMC.dat \ |
41 | testHepMC.dat \ |
| 41 | testHepMCIteration.dat \ |
42 | testHepMCIteration.dat \ |
| 42 | testMass1.dat \ |
43 | testMass1.dat \ |
| - | 44 | testFlow.output \ |
|
| 43 | testStreamIOVarious.dat |
45 | testStreamIOVarious.dat |
| 44 | 46 | ||
| 45 | # Identify generated file(s) to be removed when 'make clean' is requested: |
47 | # Identify generated file(s) to be removed when 'make clean' is requested: |
| 46 | CLEANFILES = testHepMC.cout testStreamIO.cout \ |
48 | CLEANFILES = testHepMC.cout testStreamIO.cout \ |
| 47 | testHepMCIteration.cout \ |
49 | testHepMCIteration.cout \ |
| Line 52... | Line 54... | ||
| 52 | testMultipleCopies.out testHepMCVarious.out testIOAscii.out \ |
54 | testMultipleCopies.out testHepMCVarious.out testIOAscii.out \ |
| 53 | testMultipleCopies1.out testMultipleCopies2.out \ |
55 | testMultipleCopies1.out testMultipleCopies2.out \ |
| 54 | testMultipleOriginals.out testUnits.out \ |
56 | testMultipleOriginals.out testUnits.out \ |
| 55 | testCrossSection.out testCrossSection2.out \ |
57 | testCrossSection.out testCrossSection2.out \ |
| 56 | testStreamIO.out testStreamIOParticle.out testStreamIOVarious.out \ |
58 | testStreamIO.out testStreamIOParticle.out testStreamIOVarious.out \ |
| 57 | testStreamIO2.out testStreamIOprecision.out testStreamIO.cout |
- | |
| - | 59 | testStreamIO2.out testStreamIOprecision.out testStreamIO.cout \ |
|
| - | 60 | testFlow.out testFlow.out1 testFlow.out2 testFlow.out3 |
|