#!/bin/sh

set -e

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