Warning, /utilities/okteta/gui/test/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( SUTDIR ${CMAKE_CURRENT_SOURCE_DIR}/.. )
0002 
0003 include_directories(
0004   ${SUTDIR}
0005   ${CMAKE_CURRENT_BINARY_DIR}/..
0006 )
0007 
0008 # Configure export macros to be setup as with a static lib
0009 # as the source files are reused for the tests.
0010 # Saves doing a separate export header.
0011 add_definitions(
0012   -DOKTETAGUI_STATIC_DEFINE
0013 )
0014 
0015 ecm_add_test(
0016   selectiontest.cpp
0017   TEST_NAME selectiontest
0018   NAME_PREFIX libokteta-gui-
0019   LINK_LIBRARIES OktetaCore Qt5::Test )
0020 
0021 ecm_add_test(
0022   coordtest.cpp
0023   TEST_NAME coordtest
0024   NAME_PREFIX libokteta-gui-
0025   LINK_LIBRARIES OktetaCore Qt5::Test )
0026 
0027 
0028 ecm_add_test(
0029   coordrangetest.cpp
0030   TEST_NAME coordrangetest
0031   NAME_PREFIX libokteta-gui-
0032   LINK_LIBRARIES OktetaCore Qt5::Test )
0033 
0034 
0035 ecm_add_test(
0036   ${SUTDIR}/coordrangelist.cpp
0037   coordrangelisttest.cpp
0038   TEST_NAME coordrangelisttest
0039   NAME_PREFIX libokteta-gui-
0040   LINK_LIBRARIES OktetaCore Qt5::Test )
0041 
0042 
0043 ecm_add_test(
0044   ${SUTDIR}/bytearraytablelayout.cpp
0045   bytearraytablelayouttest.cpp
0046   TEST_NAME bytearraytablelayouttest
0047   NAME_PREFIX libokteta-gui-
0048   LINK_LIBRARIES OktetaCore Qt5::Test )
0049 
0050 
0051 ecm_add_test(
0052   ${SUTDIR}/bytearraytablecursor.cpp
0053   ${SUTDIR}/bytearraytablelayout.cpp
0054   bytearraytablecursortest.cpp
0055   TEST_NAME bytearraytablecursortest
0056   NAME_PREFIX libokteta-gui-
0057   LINK_LIBRARIES OktetaCore Qt5::Test )