-
- Downloads
Add tests base for lrc
Create a test example with cppunit and add a "make test" option for
running the suite.
Change-Id: I4367adaab1648123aa354fd1a6035f650046dfb0
Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
Showing
- CMakeLists.txt 19 additions, 0 deletionsCMakeLists.txt
- cmake/FindCppunit.cmake 28 additions, 0 deletionscmake/FindCppunit.cmake
- test/example.cpp 33 additions, 0 deletionstest/example.cpp
- test/example.h 37 additions, 0 deletionstest/example.h
- test/test_runner.cpp 35 additions, 0 deletionstest/test_runner.cpp
cmake/FindCppunit.cmake
0 → 100644
test/example.cpp
0 → 100644
test/example.h
0 → 100644
test/test_runner.cpp
0 → 100644
Please register or sign in to comment