Add tests for Random::randomUInt() and randomUIntRange().

This commit is contained in:
Felix Geyer
2013-10-09 23:11:18 +02:00
parent 9c788a6e84
commit 98d888063b
3 changed files with 151 additions and 0 deletions

View File

@@ -162,6 +162,9 @@ add_unit_test(NAME testentry SOURCES TestEntry.cpp MOCS TestEntry.h
add_unit_test(NAME testargumentparser SOURCES TestArgumentParser.cpp MOCS TestArgumentParser.h
LIBS ${TEST_LIBRARIES})
add_unit_test(NAME testrandom SOURCES TestRandom.cpp MOCS TestRandom.h
LIBS ${TEST_LIBRARIES})
if(WITH_GUI_TESTS)
add_subdirectory(gui)
endif(WITH_GUI_TESTS)