hepmc - Diff between revs 17 and 24

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 17 Rev 24
Line 27... Line 27...
27 $(CLHEPdir)/lib/libCLHEP.$(SHEXT) 27 $(CLHEPdir)/lib/libCLHEP.$(SHEXT)
28 endif 28 endif
29 endif 29 endif
30 30
31 # Identify executables needed during testing: 31 # Identify executables needed during testing:
32 check_PROGRAMS = testHepMC -  
-   32 check_PROGRAMS = testHepMC testPrintBug
33 33
34 #check_SCRIPTS = testHepMC.sh -  
-   34 check_SCRIPTS = testHepMC.sh testPrintBug.sh
35 35
36 # Identify test(s) to run when 'make check' is requested: 36 # Identify test(s) to run when 'make check' is requested:
37 TESTS = testHepMC.sh -  
-   37 TESTS = testHepMC.sh testPrintBug.sh
38 38
39 # Identify the test(s) for which failure is the intended outcome: 39 # Identify the test(s) for which failure is the intended outcome:
40 XFAIL_TESTS = 40 XFAIL_TESTS =
41 41
42 # Identify the dependencies on a per-test basis: 42 # Identify the dependencies on a per-test basis:
43 testHepMC_SOURCES = testHepMC.cc 43 testHepMC_SOURCES = testHepMC.cc
-   44 testPrintBug_SOURCES = testPrintBug.cc
44 45
45 # Identify input data file(s) and prototype output file(s): 46 # Identify input data file(s) and prototype output file(s):
46 EXTRA_DIST = testHepMC.input testHepMC.dat -  
-   47 EXTRA_DIST = testHepMC.input testHepMC.dat testPrintBug.output
47 48
48 # Identify generated file(s) to be removed when 'make clean' is requested: 49 # Identify generated file(s) to be removed when 'make clean' is requested:
49 CLEANFILES = testHepMC.out -  
-   50 CLEANFILES = testHepMC.out testPrintBug.out