Skip to content

Commit 3c2db1e

Browse files
committed
Add a very simple pull request testing script for linux targets
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
1 parent 4aa3feb commit 3c2db1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/test

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
git pr $1
3+
ninja reconfigure
4+
ninja test
5+
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 commit comments

Comments
 (0)