[Compbench-devel] CompBenchmarks++/CBM-PI/t Makefile.am,1.2,1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 18:36:33
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4221 Modified Files: Makefile.am Log Message: New tests. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 28 Dec 2006 13:17:30 -0000 1.2 --- Makefile.am 28 Dec 2006 18:36:30 -0000 1.3 *************** *** 1,10 **** prog_tests = 00-Glue.pl \ 00-CBMSystem-public.pl 01-CBMSystem-protected.pl \ ! 02-CBMBenchmarkSelector-public.pl tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \ $(top_srcdir)/CBM-PI/t/00-CBMSystem-public.pl \ $(top_srcdir)/CBM-PI/t/01-CBMSystem-protected.pl \ ! $(top_srcdir)/CBM-PI/t/02-CBMBenchmarkSelector-public.pl data_DATA = $(prog_tests) --- 1,14 ---- + SUBDIRS = reference + prog_tests = 00-Glue.pl \ 00-CBMSystem-public.pl 01-CBMSystem-protected.pl \ ! 02-CBMBenchmarkSelector-public.pl \ ! 03-CBMCompilerSelector-public.pl tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \ $(top_srcdir)/CBM-PI/t/00-CBMSystem-public.pl \ $(top_srcdir)/CBM-PI/t/01-CBMSystem-protected.pl \ ! $(top_srcdir)/CBM-PI/t/02-CBMBenchmarkSelector-public.pl \ ! $(top_srcdir)/CBM-PI/t/03-CBMCompilerSelector-public.pl data_DATA = $(prog_tests) |