commit 729b690b77fc9f53fba3f1494728d1a165d65c2f
parent 54d00f99cd8f6f814d192bc78d0acfbf7bfb7d9f
Author: William Casarin <jb55@jb55.com>
Date: Tue, 19 Dec 2017 12:45:57 -0800
travis: enable tests
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,5 +1,5 @@
language: c
-script: make
+script: make test
compiler:
- clang
- gcc
diff --git a/Makefile b/Makefile
@@ -22,7 +22,7 @@ install: $(BIN)
mkdir -p $(PREFIX)/bin
cp $(BIN) $(PREFIX)/bin
-test: fake
+test: $(BIN) fake
@sh -c "cd test && ./run"
$(BIN): $(OBJS) bcalc.c num.h