Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31667
Modified Files:
Makefile.am
Log Message:
CEL obsoleted.
Logic is integrated within descriptions.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.am 22 Mar 2007 19:22:14 -0000 1.13
--- Makefile.am 17 Apr 2007 20:12:32 -0000 1.14
***************
*** 1,2 ****
--- 1,10 ----
+ # -----------------------------------------------------------------------------
+ # $Id$
+ #
+ # This is free software.
+ # For details, see the GNU Public License in the COPYING file, or
+ # Look http://www.fsf.org
+ # -----------------------------------------------------------------------------
+
SUBDIRS = lib reference
***************
*** 7,17 ****
03-CBMCompilerSelector-public.pl \
04-Config.pl \
! 05-CEL.pl \
! 05-KB-Options.pl \
! 05-Option-Descriptions.pl \
05-Plan.pl \
06-CBM-LibUI.pl \
07-compbenchmarks-core.pl
tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \
$(top_srcdir)/CBM-PI/t/00-XML.pl \
--- 15,26 ----
03-CBMCompilerSelector-public.pl \
04-Config.pl \
! 05-KB-Option-Descriptions.pl \
! 05-KB-Option-Logics.pl \
05-Plan.pl \
06-CBM-LibUI.pl \
07-compbenchmarks-core.pl
+ # 05-KB-Options.pl !!!
+
tests = $(top_srcdir)/CBM-PI/t/00-Glue.pl \
$(top_srcdir)/CBM-PI/t/00-XML.pl \
***************
*** 21,31 ****
$(top_srcdir)/CBM-PI/t/03-CBMCompilerSelector-public.pl \
$(top_srcdir)/CBM-PI/t/04-Config.pl \
! $(top_srcdir)/CBM-PI/t/05-CEL.pl \
! $(top_srcdir)/CBM-PI/t/05-KB-Options.pl \
! $(top_srcdir)/CBM-PI/t/05-Option-Descriptions.pl \
$(top_srcdir)/CBM-PI/t/06-CBM-LibUI.pl \
$(top_srcdir)/CBM-PI/t/07-compbenchmarks-core.pl
# $(top_srcdir)/CBM-PI/t/05-Plan.pl
dist_noinst_DATA = $(prog_tests)
--- 30,40 ----
$(top_srcdir)/CBM-PI/t/03-CBMCompilerSelector-public.pl \
$(top_srcdir)/CBM-PI/t/04-Config.pl \
! $(top_srcdir)/CBM-PI/t/05-KB-Option-Descriptions.pl \
! $(top_srcdir)/CBM-PI/t/05-KB-Option-Logics.pl \
$(top_srcdir)/CBM-PI/t/06-CBM-LibUI.pl \
$(top_srcdir)/CBM-PI/t/07-compbenchmarks-core.pl
# $(top_srcdir)/CBM-PI/t/05-Plan.pl
+
dist_noinst_DATA = $(prog_tests)
|