aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Bürk2018-06-20 08:39:59 +0200
committerGitHub2018-06-20 08:39:59 +0200
commit64fd6e10478cabd0e2f9b554b71971a865c02d60 (patch)
treec48c1066a50479255cc5fae61eb2143a83ec5277 /Makefile
parentMerge pull request #287 from eplanet/emeric/man_typo (diff)
parentShow differing results, if testcase fails (diff)
Merge pull request #289 from bebehei/testsuite
Testsuite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86830ef..5ec5871 100644
--- 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