Skip to content

Commit

Permalink
Add a very simple pull request testing script for linux targets
Browse files Browse the repository at this point in the history
Hopefully this will reduce the amount of missed reconfigurations
during verification of linux tests passing. This does require
git-extras for the pr command; which can be obtained at
https://github.com/tj/git-extras
  • Loading branch information
phausler committed Dec 22, 2015
1 parent 4aa3feb commit 3c2db1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
git pr $1
ninja reconfigure
ninja test
LD_LIBRARY_PATH=../build/Ninja-ReleaseAssert/foundation-linux-x86_64/Foundation/:..//build/Ninja-ReleaseAssert/xctest-linux-x86_64 ../build/Ninja-ReleaseAssert/foundation-linux-x86_64/TestFoundation/TestFoundation

0 comments on commit 3c2db1e

Please sign in to comment.