#!/bin/sh

set -e

cd tests/decision_rules
rm -f example1/Output/example1_results.mat
octave-cli --no-history --eval "dynare example1"
test -f example1/Output/example1_results.mat
