Warning, /system/qtcurve/test/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-UNDEBUG)
0002 remove_definitions(-DNDEBUG)
0003 
0004 add_executable(test-version test-version.cpp)
0005 target_link_libraries(test-version qtcurve-utils)
0006 add_test(NAME test-version COMMAND test-version)
0007 
0008 add_executable(test-buff test-buff.cpp)
0009 target_link_libraries(test-buff qtcurve-utils)
0010 add_test(NAME test-buff COMMAND test-buff)
0011 
0012 add_executable(test-strmap test-strmap.cpp)
0013 target_link_libraries(test-strmap qtcurve-utils)
0014 add_test(NAME test-strmap COMMAND test-strmap)
0015 
0016 add_executable(test-printf test-printf.cpp)
0017 target_link_libraries(test-printf qtcurve-utils)
0018 add_test(NAME test-printf COMMAND test-printf)
0019 
0020 add_executable(test-strlist test-strlist.cpp)
0021 target_link_libraries(test-strlist qtcurve-utils)
0022 add_test(NAME test-strlist COMMAND test-strlist)
0023 
0024 add_executable(test-default-arg test-default-arg.cpp)
0025 target_link_libraries(test-default-arg qtcurve-utils)
0026 add_test(NAME test-default-arg COMMAND test-default-arg)
0027 
0028 add_executable(test-color-str test-color-str.cpp)
0029 target_link_libraries(test-color-str qtcurve-utils)
0030 add_test(NAME test-color-str COMMAND test-color-str)
0031 
0032 add_executable(test-default test-default.cpp)
0033 target_link_libraries(test-default qtcurve-utils)
0034 add_test(NAME test-default COMMAND test-default)
0035 
0036 add_executable(test-call-cpp test-call.cpp)
0037 target_link_libraries(test-call-cpp qtcurve-utils)
0038 add_test(NAME test-call-cpp COMMAND test-call-cpp)
0039 
0040 add_executable(test-process test-process.cpp)
0041 target_link_libraries(test-process qtcurve-utils)
0042 add_test(NAME test-process COMMAND test-process)
0043 
0044 add_executable(test-popen test-popen.cpp)
0045 target_link_libraries(test-popen qtcurve-utils)
0046 # add_test(NAME test-popen COMMAND test-popen)
0047 
0048 add_executable(test-popen-buff test-popen-buff.cpp)
0049 target_link_libraries(test-popen-buff qtcurve-utils)
0050 # add_test(NAME test-popen-buff COMMAND test-popen-buff)
0051 
0052 add_executable(test-oneof test-oneof.cpp)
0053 target_link_libraries(test-oneof qtcurve-utils)
0054 add_test(NAME test-oneof COMMAND test-oneof)
0055 
0056 add_executable(test-containerof test-containerof.cpp)
0057 target_link_libraries(test-containerof qtcurve-utils)
0058 add_test(NAME test-containerof COMMAND test-containerof)