[Compbench-devel] CompBenchmarks++/CBM-PI/t Makefile.am,1.3,1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 18:52:06
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10022 Modified Files: Makefile.am Log Message: New ./lib directory added. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 28 Dec 2006 18:36:30 -0000 1.3 --- Makefile.am 28 Dec 2006 18:52:01 -0000 1.4 *************** *** 1,3 **** ! SUBDIRS = reference prog_tests = 00-Glue.pl \ --- 1,3 ---- ! SUBDIRS = lib reference prog_tests = 00-Glue.pl \ *************** *** 15,17 **** 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 --- 15,17 ---- 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:$(top_srcdir)/CBM-PI/t/lib', '$(INST_ARCHLIB)')" $(tests) \ No newline at end of file |