summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-08-09 15:21:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-08-09 15:21:16 +0200
commit2cffde53441986ca86c035debe9d6ee9d270dfb1 (patch)
tree89bc170795e4789afe734a131d66e4c9051f4d8a /makefile
parentd311e253ca3dcabb9e52d273110dea8b950571f7 (diff)
Tests for the lexer
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 976d898..e196fe2 100644
--- a/makefile
+++ b/makefile
@@ -20,7 +20,7 @@ $(default): $(out_base)/cli/
# Test.
#
-$(test): #$(out_base)/tests/.test
+$(test): $(out_base)/tests/.test
# Install.
#
@@ -42,3 +42,4 @@ $(clean): $(out_base)/cli/.clean
$(call include,$(bld_root)/install.make)
$(call import,$(src_base)/cli/makefile)
+$(call import,$(src_base)/tests/makefile)