aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-06-10 11:31:19 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-06-10 11:31:19 -0700
commite0c9841084810b43320245a3ea0546982f85bddc (patch)
treed55931d73851a5dc624f20593abd96f7f0a24064 /Makefile
parent757f683c5805a0b210a593e65b29cd4ad00627fe (diff)
Make the package a dependency of test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 017649b..3b44850 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean::
distclean:: clean
.PHONY: test
-test:
+test: package
# Utilities ####################################################################