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

Module: ppl/ppl Branch: master Commit: fb0d779dadba740e2eb6c6c26f7270fe8ab69440 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fb0d779dadba7...
Author: Roberto Bagnara bagnara@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 \
participants (1)
-
Roberto Bagnara