Add test schema
This commit is contained in:
parent
9682fb2611
commit
bba43e67ea
5 changed files with 4260 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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 $@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue