Skip to content
Snippets Groups Projects
Commit fafbc185 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.
(cherry picked from commit fd633cba)
parent 3293ac5e
Branches
Tags
No related merge requests found
......@@ -215,7 +215,7 @@ check-matlab:
DYNARE_VERSION="$(PACKAGE_VERSION)" MODFILES="$(MODFILES)" $(MATLAB)/bin/matlab -nodesktop -nosplash -r run_test_matlab
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:
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