Skip to content

Commit

Permalink
Add check.sh script to run C++ tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
riastradh-probcomp committed Jul 23, 2015
1 parent 9243b37 commit c14344e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

set -Ceu

(cd cpp_code && make runtests)

0 comments on commit c14344e

Please sign in to comment.