commit | 071815f378bdf66f0d0f0450dcd455f17712f97b | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Tue Jul 07 16:37:49 2015 -0700 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Tue Jul 07 16:37:49 2015 -0700 |
tree | e19f3921c83aa62db7b26c1bb2cfee8cd4c07788 | |
parent | 521d729c020e9b1c17a58b830d3bd05e1163b725 [diff] [blame] |
Add a test that makes sure that the CBOR sources compile as C++ We'll need that in Qt and the Arduino AVR-GCC apparently does it too. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
diff --git a/tests/cpp/cpp.pro b/tests/cpp/cpp.pro new file mode 100644 index 0000000..b24047f --- /dev/null +++ b/tests/cpp/cpp.pro
@@ -0,0 +1,6 @@ +CONFIG += testcase parallel_test c++11 +QT = core testlib + +include(../../src/src.pri) +SOURCES = tst_cpp.cpp +