1add_executable(testcommon 2 FileHelpersTest.cpp 3 RandHelperTest.cpp 4 RGBColorTest.cpp 5 StringTokenizerTest.cpp 6 StringUtilsTest.cpp 7 ValueTimeLineTest.cpp 8 ) 9setTestProperties(testcommon utils_common utils_iodevices) 10 11