diff options
| author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 15:00:45 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 15:00:45 -0400 |
| commit | 36635660b40573f6a0c19d50dfdd9277589030de (patch) | |
| tree | a1b4463f7260462c314bd8d7cb35b3d199143f33 /src/Makefile | |
| parent | aad52241c88ad5327a8488c66dc906c8393c9c92 (diff) | |
| download | roux-36635660b40573f6a0c19d50dfdd9277589030de.tar.gz | |
extract tests out of src
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 9f13008..1c0c4c7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ config.h: .PHONY: clean check syndoc clean: rm -f $(BIN) $(OBJ) -check: $(BIN) - test/go.sh all +check: + make -C .. check syndoc: unison -auto doc ssh://qcar@h/data/d/ssa-doc |
