summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-06-11 10:23:05 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-06-11 10:23:05 -0400
commit02a0a3b231684db3925a3b40148c199c156cc536 (patch)
tree09217af881d772ac0c325347e092253bb8ea33d4 /Makefile
parentc8188857335016689cb4cee9300e49fbddf8f7fe (diff)
downloadlibfaketime-02a0a3b231684db3925a3b40148c199c156cc536.tar.gz
separate the testing step from the build step
There are circumstances where you just want to repeat the build without running the tests. keeping the "test" target distinct from the "all" target makes it possible to do that cleanly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd75ed0..bd024a3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@ INSTALL ?= install
all:
$(MAKE) -C src all
- $(MAKE) -C test all
test:
$(MAKE) -C test all