Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17923
Modified Files:
Makefile.am
Log Message:
New tests defined, LD_LIBRARY_PATH set.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 28 Dec 2006 00:39:28 -0000 1.1
--- Makefile.am 28 Dec 2006 13:17:30 -0000 1.2
***************
*** 1,8 ****
! prog_tests = 00-CBMSystem-public.pl 01-CBMSystem-protected.pl
! tests = $(top_srcdir)/CBM-PI/t/00-CBMSystem-public.pl \
! $(top_srcdir)/CBM-PI/t/01-CBMSystem-protected.pl
data_DATA = $(prog_tests)
test:
! PERL_DL_NONLAZY=1 @CBM_PROG_PERL@ "-MExtUtils::Command::MM" "-e" "test_harness(0, '$(top_srcdir)/CBM-PI', '$(INST_ARCHLIB)')" $(tests)
\ No newline at end of file
--- 1,13 ----
! 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)
test:
! export LD_LIBRARY_PATH=../../.libs:$$LD_LIBRARY_PATH && PERL_DL_NONLAZY=1 @CBM_PROG_PERL@ "-MExtUtils::Command::MM" "-e" "test_harness(0, '$(top_srcdir)/CBM-PI', '$(INST_ARCHLIB)')" $(tests)
\ No newline at end of file
|