#Configure emacs.
:template yes
:pch std.h
:namespace no

#Test so that no output is lost.
src -e -p test/output -a -f

#..Even in multi-threaded situations!
#src -e -p test/multi-output -a -f

#Test freezing when there are many compiler errors (will not 'compile').
#-e -p test/stale-wait -a -f

#-e -p test/independent-wait -a -f
#setup -e
#-e src -a --config
#-e src -a src
#-e release pdb src -p ../storm -a -d 3 -t Main -ne

