forked from pool/Rivet
* Add Rivet-fix-hepmc-tests.patch -- Use deduce_reader in API tests for HepMC 3.3.x compatibility; part of upstream commit ca0d57ca to release-4-0-x development branch. * Add Rivet-disable-testCmdLine.patch -- Disable an outdated and failing test OBS-URL: https://build.opensuse.org/request/show/1268182 OBS-URL: https://build.opensuse.org/package/show/science/Rivet?expand=0&rev=62
22 lines
491 B
Diff
22 lines
491 B
Diff
Index: Rivet-3.1.11/test/Makefile.am
|
|
===================================================================
|
|
--- Rivet-3.1.11.orig/test/Makefile.am
|
|
+++ Rivet-3.1.11/test/Makefile.am
|
|
@@ -38,11 +38,11 @@ TESTS = \
|
|
testMath testMatVec testCmp testApi.sh testNaN.sh testBeams \
|
|
testImport.sh
|
|
|
|
-if ENABLE_ANALYSES
|
|
-
|
|
-TESTS += testCmdLine.sh
|
|
-
|
|
-endif
|
|
+# if ENABLE_ANALYSES
|
|
+#
|
|
+# TESTS += testCmdLine.sh
|
|
+#
|
|
+# endif
|
|
|
|
EXTRA_DIST = testApi.hepmc testCmdLine.sh testImport.sh testApi.sh testNaN.sh
|
|
|