1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00

Add testing framework

This commit is contained in:
Dominik Schmidt
2013-01-17 21:21:42 +01:00
parent 6314436492
commit fe4c7543cd
5 changed files with 107 additions and 2 deletions

4
tests/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
include_directories(${CMAKE_CURRENT_LIST_DIR}/../src)
include(tomahawk_add_test.cmake)
tomahawk_add_test(Foo)