Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2016-04-14 19:28:03 +0300
committerSam Gross <colesbury@gmail.com>2016-04-14 19:28:03 +0300
commitecdd2b1b5aad9d2087de00cdb27b385031d7f2c0 (patch)
treef013bf758dfc5080f08d8b43390d05eee484fa5c
parent44672a3a7bdfc81980abfc95160fb396ca6eb2cd (diff)
Make default target when running test_includes.sh
-rwxr-xr-xtest_includes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_includes.sh b/test_includes.sh
index fd282d6..f8bb1dc 100755
--- a/test_includes.sh
+++ b/test_includes.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-make test || exit
+make || exit
rm -rf test_includes
mkdir -p test_includes
for f in /usr/include/*.h