Add test schema

This commit is contained in:
James McKaskill 2013-09-12 14:55:42 -04:00
parent 9682fb2611
commit bba43e67ea
5 changed files with 4260 additions and 1 deletions

View file

@ -23,5 +23,5 @@ test: capn-test
%-test.o: %-test.cpp *.h *.c *.inc
$(CXX) -g -Wall -Werror -I. `gtest-config --cppflags --cxxflags` -o $@ -c $<
capn-test: capn-test.o capn-stream-test.o compiler/schema-test.o compiler/schema.capnp.o
capn-test: capn-test.o capn-stream-test.o compiler/test.capnp.o compiler/schema-test.o compiler/schema.capnp.o
$(CXX) -g -Wall -Werror -I. `gtest-config --ldflags --libs` -o $@ $^