[PPL-devel] [GIT] ppl/ppl(master): Increased GLOBALSZ for the execution of the automatically generated test.

Roberto Bagnara bagnara at cs.unipr.it
Thu Apr 15 12:52:03 CEST 2010


Module: ppl/ppl
Branch: master
Commit: fb0d779dadba740e2eb6c6c26f7270fe8ab69440
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fb0d779dadba740e2eb6c6c26f7270fe8ab69440

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Thu Apr 15 12:47:16 2010 +0200

Increased GLOBALSZ for the execution of the automatically generated test.

---

 interfaces/Prolog/GNU/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interfaces/Prolog/GNU/Makefile.am b/interfaces/Prolog/GNU/Makefile.am
index 962a9e1..9f4981c 100644
--- a/interfaces/Prolog/GNU/Makefile.am
+++ b/interfaces/Prolog/GNU/Makefile.am
@@ -289,7 +289,7 @@ ppl_prolog_generated_test: gnu_prolog_generated_test.pl  ../tests/ppl_prolog_gen
 	echo "['ppl_prolog_generated_test_main.pl', 'gnu_prolog_generated_test.pl']." \
 		>script_pgt
 	echo "main." >>script_pgt
-	GLOBALSZ=65536 $(LIBTOOL) --mode=execute \
+	GLOBALSZ=131072 $(LIBTOOL) --mode=execute \
 		-dlopen ../../../src/libppl.la \
 		$(WATCHDOG_DLOPEN) \
 		-dlopen libppl_gprolog.la \




More information about the PPL-devel mailing list