[Compbench-devel] CompBenchmarks++/CBM-PI/t Makefile.am,1.8,1.9
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-24 19:34:46
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32118 Modified Files: Makefile.am Log Message: More tests. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 23 Jan 2007 18:51:06 -0000 1.8 --- Makefile.am 24 Jan 2007 19:34:43 -0000 1.9 *************** *** 5,9 **** 02-CBMSystem-benchs.pl \ 00-XML.pl \ ! 03-CBMCompilerSelector-public.pl tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \ --- 5,10 ---- 02-CBMSystem-benchs.pl \ 00-XML.pl \ ! 03-CBMCompilerSelector-public.pl \ ! 04-Config.pl tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \ *************** *** 12,16 **** $(top_srcdir)/CBM-PI/t/01-CBMSystem-protected.pl \ $(top_srcdir)/CBM-PI/t/02-CBMSystem-benchs.pl \ ! $(top_srcdir)/CBM-PI/t/03-CBMCompilerSelector-public.pl dist_noinst_DATA = $(prog_tests) --- 13,18 ---- $(top_srcdir)/CBM-PI/t/01-CBMSystem-protected.pl \ $(top_srcdir)/CBM-PI/t/02-CBMSystem-benchs.pl \ ! $(top_srcdir)/CBM-PI/t/03-CBMCompilerSelector-public.pl \ ! $(top_srcdir)/CBM-PI/t/04-Config.pl dist_noinst_DATA = $(prog_tests) |