Skip to content

Commit

Permalink
added test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saizan committed Dec 29, 2017
1 parent cc4bcc4 commit f9f793c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
agda --ignore-interfaces examples/Cubical/Examples/Cube.agda || exit 1
agda --ignore-interfaces examples/Cubical/Examples/Circle.agda || exit 1
rm -f examples/Cubical/Examples/Stream.agdai
agda examples/Cubical/Examples/Stream.agda || exit 1
rm -f src/Cubical/Sub.agdai
agda src/Cubical/Sub.agda || exit 1
agda src/Cubical/Everything.agda || exit 1
agda examples/Cubical/Examples/Everything.agda || exit 1

0 comments on commit f9f793c

Please sign in to comment.