[Rivet-svn] r2076 - trunk/src/Test

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Nov 19 13:19:38 GMT 2009


Author: buckley
Date: Thu Nov 19 13:19:38 2009
New Revision: 2076

Log:
Adding Cmp system test

Modified:
   trunk/src/Test/Makefile.am

Modified: trunk/src/Test/Makefile.am
==============================================================================
--- trunk/src/Test/Makefile.am	Thu Nov 19 13:19:18 2009	(r2075)
+++ trunk/src/Test/Makefile.am	Thu Nov 19 13:19:38 2009	(r2076)
@@ -1,4 +1,4 @@
-check_PROGRAMS = testMatVec testBoost
+check_PROGRAMS = testMatVec testBoost testCmp
 
 testBoost_SOURCES = testBoost.cc
 testBoost_CPPFLAGS = -I$(top_srcdir)/include $(AM_CPPFLAGS)
@@ -7,4 +7,7 @@
 testMatVec_LDADD   = -lm -lgsl -lgslcblas
 testMatVec_CPPFLAGS = -I$(top_srcdir)/include $(AM_CPPFLAGS)
 
-TESTS = testMatVec testBoost
+testCmp_SOURCES = testCmp.cc
+testCmp_CPPFLAGS = -I$(top_srcdir)/include $(AM_CPPFLAGS)
+
+TESTS = testMatVec testBoost testCmp


More information about the Rivet-svn mailing list