summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-03 17:22:03 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-03 17:22:03 -0700
commit946dcf4a5d9e35046eb4c2bd4c31e2d4633199e0 (patch)
treedcf70b28e7b9d1c1b3e0eddc8477eef15b8b4e01 /Makefile
parentb07b1165d30b9f23ed418505d7a4f6ecc3664794 (diff)
Fix tests (and src) such that all tests pass again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b0d9da..2a1e5b9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ clean:
src/libupb.a: $(OBJ)
ar rcs src/libupb.a $(OBJ)
tests/test_table: src/libupb.a
+tests/tests: src/libupb.a
tools/upbc: src/libupb.a
benchmark/benchmark: src/libupb.a benchmark/google_messages.pb.h benchmark/google_messages.pb.o benchmark/benchmark.o
$(CXX) $(CPPFLAGS) -o benchmark/benchmark benchmark/google_messages.pb.o benchmark/benchmark.cc src/libupb.a -lm -lprotobuf -lpthread
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback