Skip to content

Commit

Permalink
[gtk/tests] CMakeLists.txt: Need to completely disable RomDataFormatT…
Browse files Browse the repository at this point in the history
…est_glib, not just the test runner.
  • Loading branch information
GerbilSoft committed Nov 11, 2024
1 parent e6025af commit b349a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtk/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/..)

### RomDataFormat tests
# FIXME: Tests are failing on Launchpad on armhf/arm64.
IF(0)
SET(RomDataFormatTest_SRCS RomDataFormatTest.cpp)
ADD_EXECUTABLE(RomDataFormatTest_glib ${RomDataFormatTest_SRCS})
TARGET_LINK_LIBRARIES(RomDataFormatTest_glib PRIVATE rptest)
TARGET_LINK_LIBRARIES(RomDataFormatTest_glib PUBLIC rom-properties-glib)
# FIXME: Tests are failing on Launchpad on armhf/arm64.
IF(0)
LIST(APPEND GTK_TESTS RomDataFormatTest_glib)
ENDIF(0)

Expand Down

0 comments on commit b349a20

Please sign in to comment.