From f03c8bd7dddb17f51e6baeacd68e4c0172411e82 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 4 Aug 2009 10:13:19 -0700 Subject: Minor bugfix and makefile change. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3