commit | ca2a8416f418c045667975e56bc5a8d141abd1e4 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Dec 13 12:35:35 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jan 07 15:59:43 2019 -0500 |
tree | 0a28ab409064a01c916a5d236f66b7854e515ac1 | |
parent | 7dfd08f8c4e4e0fb19378e9098dffc6012ee1dac [diff] [blame] |
serialize: Add build testcase Add a basic compile time test that ensures serialize.hpp can build on its own. Change-Id: Ib83e9fa73fd44c00884299b48b896f1fe53752c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/test/serialize_test.cpp b/test/serialize_test.cpp new file mode 100644 index 0000000..4ed6446 --- /dev/null +++ b/test/serialize_test.cpp
@@ -0,0 +1 @@ +#include "../serialize.hpp"