diff options
| author | Benedikt Heine <bebe@bebehei.de> | 2018-06-19 16:56:48 +0200 | 
|---|---|---|
| committer | Benedikt Heine <bebe@bebehei.de> | 2018-06-19 17:17:51 +0200 | 
| commit | adc9348e80cd0e0b1b5614433e33d1ff63e0e19d (patch) | |
| tree | bfe25e778fda5db89d8d96d472fa15d79710d5b7 /Makefile | |
| parent | bc29d468ca20ce84c3753d83116348d977604822 (diff) | |
Expose the testsuite in the Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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  | 
