hepmc - Diff between revs 107 and 128
Subversion Repositories:
| Rev 107 | Rev 128 | |||
|---|---|---|---|---|
| Line 22... | Line 22... | |||
| 22 | endif | 22 | endif | |
| 23 | endif | 23 | endif | |
| 24 | 24 | |||
| 25 | # Identify executables needed during testing: | 25 | # Identify executables needed during testing: | |
| 26 | check_PROGRAMS = testHepMC testHepMCIteration testMass \ | 26 | check_PROGRAMS = testHepMC testHepMCIteration testMass \ | |
| 27 | testPrintBug testSimpleVector | - | ||
| - | 27 | testPrintBug testSimpleVector testDeprecated | ||
| 28 | 28 | |||
| 29 | check_SCRIPTS = testHepMC.sh testHepMCIteration.sh testPrintBug.sh testMass.sh | - | ||
| - | 29 | check_SCRIPTS = testHepMC.sh testHepMCIteration.sh testPrintBug.sh \ | ||
| - | 30 | testMass.sh testDeprecated.sh | ||
| 30 | 31 | |||
| 31 | # Identify test(s) to run when 'make check' is requested: | 32 | # Identify test(s) to run when 'make check' is requested: | |
| 32 | TESTS = testHepMC.sh testHepMCIteration.sh testMass.sh \ | 33 | TESTS = testHepMC.sh testHepMCIteration.sh testMass.sh \ | |
| 33 | testPrintBug.sh testSimpleVector | - | ||
| - | 34 | testPrintBug.sh testSimpleVector testDeprecated.sh | ||
| 34 | 35 | |||
| 35 | # Identify the test(s) for which failure is the intended outcome: | 36 | # Identify the test(s) for which failure is the intended outcome: | |
| 36 | XFAIL_TESTS = | 37 | XFAIL_TESTS = | |
| 37 | 38 | |||
| 38 | # Identify the dependencies on a per-test basis: | 39 | # Identify the dependencies on a per-test basis: | |
| 39 | testHepMC_SOURCES = testHepMC.cc | 40 | testHepMC_SOURCES = testHepMC.cc | |
| 40 | testMass_SOURCES = testMass.cc | 41 | testMass_SOURCES = testMass.cc | |
| 41 | testHepMCIteration_SOURCES = testHepMCIteration.cc | 42 | testHepMCIteration_SOURCES = testHepMCIteration.cc | |
| 42 | testPrintBug_SOURCES = testPrintBug.cc | 43 | testPrintBug_SOURCES = testPrintBug.cc | |
| 43 | testSimpleVector_SOURCES = testSimpleVector.cc | 44 | testSimpleVector_SOURCES = testSimpleVector.cc | |
| - | 45 | testDeprecated_SOURCES = testDeprecated.cc | ||
| 44 | 46 | |||
| 45 | # Identify input data file(s) and prototype output file(s): | 47 | # Identify input data file(s) and prototype output file(s): | |
| 46 | EXTRA_DIST = testHepMC.input testHepMC.output testHepMCParticle.output \ | 48 | EXTRA_DIST = testHepMC.input testHepMC.output testHepMCParticle.output \ | |
| 47 | testPrintBug.output testHepMCExtended.dat \ | 49 | testPrintBug.output testHepMCExtended.dat \ | |
| 48 | testHepMCIteration.output testHepMCIterationExtended.output | - | ||
| - | 50 | testHepMCIteration.output testHepMCIterationExtended.output \ | ||
| - | 51 | testAscii.input testAscii.dat | ||
| 49 | 52 | |||
| 50 | # Identify generated file(s) to be removed when 'make clean' is requested: | 53 | # Identify generated file(s) to be removed when 'make clean' is requested: | |
| 51 | CLEANFILES = testHepMC.out testHepMCParticle.out testHepMCExtended.out \ | 54 | CLEANFILES = testHepMC.out testHepMCParticle.out testHepMCExtended.out \ | |
| 52 | testPrintBug.out testHepMCIterationExtended.out testMass.out | - | ||
| - | 55 | testPrintBug.out testHepMCIterationExtended.out testMass.out \ | ||
| - | 56 | testAscii.dat testHepMCExtended.dat | ||
