]> git.sur5r.net Git - i3/i3status/commitdiff
Expose the testsuite in the Makefile
authorBenedikt Heine <bebe@bebehei.de>
Tue, 19 Jun 2018 14:56:48 +0000 (16:56 +0200)
committerBenedikt Heine <bebe@bebehei.de>
Tue, 19 Jun 2018 15:17:51 +0000 (17:17 +0200)
.travis.yml
Makefile

index fc58769edf7161955829bed9434a7c1a0774b5ae..71bc27954f4cc11c7a336556feb392a23445e0e9 100644 (file)
@@ -22,4 +22,4 @@ addons:
 script:
   - make -j
   - clang-format-3.5 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
-  - ./travis/run-tests.pl
+  - make test
index 86830ef49a2d811655d004ef495e2f126758cdfc..5ec587172475fc03fbc40e74558086722167753d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,9 @@ i3status: ${OBJS}
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
        @echo " LD $@"
 
+test: i3status
+       LC_ALL=C ./travis/run-tests.pl
+
 clean:
        rm -f *.o src/*.o