summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2018-06-20 08:39:59 +0200
committerGitHub <noreply@github.com>2018-06-20 08:39:59 +0200
commit64fd6e10478cabd0e2f9b554b71971a865c02d60 (patch)
treec48c1066a50479255cc5fae61eb2143a83ec5277 /Makefile
parentf300f6e466d1ac7164b15aab9ec2f633a3a6f958 (diff)
parentbffc9ed96226dd45a820b57405a98ca0858c1fcd (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