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_STATICLIB
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 
0022 ecm_add_test(
0023     coordtest.cpp
0024     TEST_NAME coordtest
0025     NAME_PREFIX libokteta-gui-
0026     LINK_LIBRARIES OktetaCore Qt5::Test
0027 )
0028 
0029 ecm_add_test(
0030     coordrangetest.cpp
0031     TEST_NAME coordrangetest
0032     NAME_PREFIX libokteta-gui-
0033     LINK_LIBRARIES OktetaCore Qt5::Test
0034 )
0035 
0036 ecm_add_test(
0037     ${SUTDIR}/coordrangelist.cpp
0038     coordrangelisttest.cpp
0039     TEST_NAME coordrangelisttest
0040     NAME_PREFIX libokteta-gui-
0041     LINK_LIBRARIES OktetaCore Qt5::Test
0042 )
0043 
0044 ecm_add_test(
0045     ${SUTDIR}/bytearraytablelayout.cpp
0046     bytearraytablelayouttest.cpp
0047     TEST_NAME bytearraytablelayouttest
0048     NAME_PREFIX libokteta-gui-
0049     LINK_LIBRARIES OktetaCore Qt5::Test
0050 )
0051 
0052 ecm_add_test(
0053     ${SUTDIR}/bytearraytablecursor.cpp
0054     ${SUTDIR}/bytearraytablelayout.cpp
0055     bytearraytablecursortest.cpp
0056     TEST_NAME bytearraytablecursortest
0057     NAME_PREFIX libokteta-gui-
0058     LINK_LIBRARIES OktetaCore Qt5::Test
0059 )