[Rivet-svn] r1680 - trunk/plugindemo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 14 10:46:59 BST 2009


Author: buckley
Date: Tue Jul 14 10:46:58 2009
New Revision: 1680

Log:
Removing plugin from make check, but adding a 'make checkplugin' target instead

Modified:
   trunk/plugindemo/Makefile.am

Modified: trunk/plugindemo/Makefile.am
==============================================================================
--- trunk/plugindemo/Makefile.am	Mon Jul 13 21:00:03 2009	(r1679)
+++ trunk/plugindemo/Makefile.am	Tue Jul 14 10:46:58 2009	(r1680)
@@ -19,9 +19,7 @@
 plugin: $(pluginlib)
 	@true
 
-## Use rivet to test for the new plugin being loaded
-if ENABLE_PYRIVET
+## Test the plugin
 EXTRA_DIST += testplugin
-TESTS_ENVIRONMENT = RIVET_ANALYSIS_PATH=$(top_srcdir)/plugindemo
-TESTS = testplugin
-endif
+checkplugin: plugin
+	RIVET_ANALYSIS_PATH=$(srcdir) $(srcdir)/testplugin


More information about the Rivet-svn mailing list