Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32322
Modified Files:
Makefile.am
Log Message:
New CBM-PI directory (providing the Perl interface to libcompbenchmarks).
New 'test' target.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile.am 27 Nov 2006 17:23:17 -0000 1.12
--- Makefile.am 28 Dec 2006 00:41:43 -0000 1.13
***************
*** 1,3 ****
! SUBDIRS = share System Compiler Benchmark UI
lib_LTLIBRARIES = libcompbenchmarks.la
--- 1,3 ----
! SUBDIRS = share System Compiler Benchmark UI CBM-PI
lib_LTLIBRARIES = libcompbenchmarks.la
***************
*** 38,39 ****
--- 38,42 ----
install-exec-hook:
cp compbenchmarks-ui-perl $(DESTDIR)$(bindir)
+
+ test:
+ @CBM_PROG_MAKE@ -C CBM-PI test
\ No newline at end of file
|