Testsuite for Octave: move definition of Gnuplot terminal to Octave script

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2924 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-15 16:49:39 +00:00
parent 78a216344f
commit fa1746f022
2 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,7 @@ check-local: $(TARGETS)
check-octave: $(OCTAVE_MODS)
@set -e; \
for modfile in $(OCTAVE_MODS); do \
GNUTERM=dumb $(OCTAVE) --norc --silent --no-history run_test_octave.m $$modfile $(DYNARE_ROOT) $(PACKAGE_VERSION); \
$(OCTAVE) --norc --silent --no-history run_test_octave.m $$modfile $(DYNARE_ROOT) $(PACKAGE_VERSION); \
done
.PHONY: check-octave

View File

@ -19,6 +19,8 @@
## Second argument is path to Dynare installation to be checked
## Third argument is Dynare version to be checked
setenv("GNUTERM", "dumb") # Ask gnuplot to create graphics in text mode
[directory, name, ext] = fileparts(argv(){1});
printf("TEST: %s...\n", name)