Commit 9473dff0 authored by Drew Fisher's avatar Drew Fisher

Add missing tests to autotools/CMake testsuites

parent 1d0b60c8
...@@ -375,6 +375,7 @@ heavy_tests = \ ...@@ -375,6 +375,7 @@ heavy_tests = \
src/capnp/capability-test.c++ \ src/capnp/capability-test.c++ \
src/capnp/schema-test.c++ \ src/capnp/schema-test.c++ \
src/capnp/schema-loader-test.c++ \ src/capnp/schema-loader-test.c++ \
src/capnp/schema-parser-test.c++ \
src/capnp/dynamic-test.c++ \ src/capnp/dynamic-test.c++ \
src/capnp/stringify-test.c++ \ src/capnp/stringify-test.c++ \
src/capnp/serialize-async-test.c++ \ src/capnp/serialize-async-test.c++ \
......
...@@ -211,6 +211,7 @@ if(BUILD_TESTING) ...@@ -211,6 +211,7 @@ if(BUILD_TESTING)
capability-test.c++ capability-test.c++
schema-test.c++ schema-test.c++
schema-loader-test.c++ schema-loader-test.c++
schema-parser-test.c++
dynamic-test.c++ dynamic-test.c++
stringify-test.c++ stringify-test.c++
serialize-async-test.c++ serialize-async-test.c++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment