Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3835
Modified Files:
Makefile.am
Log Message:
Changes in test ordering.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 17 Jan 2007 19:14:40 -0000 1.7
--- Makefile.am 23 Jan 2007 18:51:06 -0000 1.8
***************
*** 1,7 ****
SUBDIRS = lib reference
! prog_tests = 00-Glue.pl 00-XML.pl \
00-CBMSystem-public.pl 01-CBMSystem-protected.pl \
02-CBMSystem-benchs.pl \
03-CBMCompilerSelector-public.pl
--- 1,8 ----
SUBDIRS = lib reference
! prog_tests = 00-Glue.pl \
00-CBMSystem-public.pl 01-CBMSystem-protected.pl \
02-CBMSystem-benchs.pl \
+ 00-XML.pl \
03-CBMCompilerSelector-public.pl
|