Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16619
Modified Files:
Makefile.am
Log Message:
Added : 07-compbenchmarks-core.pl
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile.am 30 Jan 2007 19:58:56 -0000 1.11
--- Makefile.am 5 Feb 2007 19:54:30 -0000 1.12
***************
*** 8,12 ****
04-Config.pl \
05-Plan.pl \
! 06-CBM-LibUI.pl
tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \
--- 8,13 ----
04-Config.pl \
05-Plan.pl \
! 06-CBM-LibUI.pl \
! 07-compbenchmarks-core.pl
tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \
***************
*** 18,22 ****
$(top_srcdir)/CBM-PI/t/04-Config.pl \
$(top_srcdir)/CBM-PI/t/05-Plan.pl \
! $(top_srcdir)/CBM-PI/t/06-CBM-LibUI.pl
dist_noinst_DATA = $(prog_tests)
--- 19,24 ----
$(top_srcdir)/CBM-PI/t/04-Config.pl \
$(top_srcdir)/CBM-PI/t/05-Plan.pl \
! $(top_srcdir)/CBM-PI/t/06-CBM-LibUI.pl \
! $(top_srcdir)/CBM-PI/t/07-compbenchmarks-core.pl
dist_noinst_DATA = $(prog_tests)
|