summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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