summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-04 10:13:19 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-04 10:13:19 -0700
commitf03c8bd7dddb17f51e6baeacd68e4c0172411e82 (patch)
treebb6c73f7a927157acdab29c01e1cb976e1a7c6b7 /Makefile
parent7eb16a55503855d65c49b0a7e356a317c1325515 (diff)
Minor bugfix and makefile change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a1e5b9..a9d9a5f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ all: $(ALL)
clean:
rm -f $(ALL) benchmark/google_messages.proto.pb benchmark/google_messages.pb.*
+test: tests/tests
+ ./tests/tests
+
src/libupb.a: $(OBJ)
ar rcs src/libupb.a $(OBJ)
tests/test_table: src/libupb.a
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback