Add capn_init_(fp|mem) to read a stream from file/memory
Packed form still to be tested
This commit is contained in:
parent
b8da11676a
commit
3f29732c69
4 changed files with 224 additions and 26 deletions
2
Makefile
2
Makefile
|
|
@ -20,5 +20,5 @@ test: capn-test
|
|||
%-test.o: %-test.cpp *.h *.c *.inc
|
||||
$(CXX) `gtest-config --cppflags --cxxflags` -o $@ -c $<
|
||||
|
||||
capn-test: capn-test.o
|
||||
capn-test: capn-test.o capn-stream-test.o
|
||||
$(CXX) `gtest-config --ldflags --libs` -o $@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue