summary refs log tree commit diff
path: root/lisc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/Makefile')
-rw-r--r--lisc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisc/Makefile b/lisc/Makefile
index 560fd4f..b9c3c0b 100644
--- a/lisc/Makefile
+++ b/lisc/Makefile
@@ -8,8 +8,10 @@ $(BIN): $(OBJ)
 
 $(OBJ): lisc.h
 
-.PHONY: clean syndoc
+.PHONY: clean test syndoc
 clean:
 	rm -f $(BIN) $(OBJ)
+test: $(BIN)
+	test/go.sh all
 syndoc:
 	unison -auto doc ssh://qcar@h/data/d/ssa-doc