Skip to content

Commit

Permalink
Adds a script for running test-cases with some defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkunz committed Mar 31, 2015
1 parent 3d4abc0 commit 3a712e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proj3/test-default
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

exec $DIR/test-cases $DIR/../ref/ref-lex $DIR/../ref/ref-parse $DIR/../ref/sxpy $1 $DIR/tests

0 comments on commit 3a712e8

Please sign in to comment.