Skip to content
Snippets Groups Projects
Commit fd633cba authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Load system-wide initialization file when running octave tests

This is necessary to ensure that Octave Forge packages are loaded.
parent b8b7d90e
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ check-matlab: ...@@ -217,7 +217,7 @@ check-matlab:
DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(MATLAB)/bin/matlab -nodesktop -nosplash -r run_test_matlab DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(MATLAB)/bin/matlab -nodesktop -nosplash -r run_test_matlab
check-octave: check-octave:
DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(OCTAVE) --norc --silent --no-history run_test_octave.m DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(OCTAVE) --no-init-file --silent --no-history run_test_octave.m
clean-local: clean-local:
rm -f $(patsubst %.mod, %.m, $(MODFILES)) \ rm -f $(patsubst %.mod, %.m, $(MODFILES)) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment