This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
golem-v0-tinycbor/tests/cpp/cpp.pro
T
Thiago Macieira cd724957e1 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>
2015-09-16 12:11:20 -07:00

6 lines
105 B
Prolog

CONFIG += testcase parallel_test c++11
QT = core testlib
SOURCES = tst_cpp.cpp
INCLUDEPATH += ../../src