Use libtinycbor.a from the unit tests too
We then avoid recompiling every time. Exceptions:
- tst_parser requires a recursion limit set
- tst_cpp #includes so that the sources are compiled as C++
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
diff --git a/tests/cpp/cpp.pro b/tests/cpp/cpp.pro
index b24047f..5e9e608 100644
--- a/tests/cpp/cpp.pro
+++ b/tests/cpp/cpp.pro
@@ -1,6 +1,5 @@
CONFIG += testcase parallel_test c++11
QT = core testlib
-include(../../src/src.pri)
SOURCES = tst_cpp.cpp
-
+INCLUDEPATH += ../../src