aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-06-10 10:46:10 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-06-10 10:46:10 -0700
commit9b908f7cbe4325847a149446a369fc76dfdcad53 (patch)
tree6d32c4a0af016438e668e951665e8468a4664be5 /Makefile
parent8967b310b2fa27fc675351583af9e5d800df1f37 (diff)
Add a default test target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19778d3..e4ebf38 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ clean::
.PHONY: distclean
distclean:: clean
+.PHONY: test
+test:
+
# Utilities ####################################################################