Refactor test configuration: remove unused message_test.cc from yaze_test and fix preprocessor directive in rom_test.cc
This commit is contained in:
@@ -4,7 +4,6 @@ add_executable(
|
||||
yaze_test
|
||||
test/yaze_test.cc
|
||||
test/rom_test.cc
|
||||
test/core/message_test.cc
|
||||
test/gfx/compression_test.cc
|
||||
test/gfx/snes_palette_test.cc
|
||||
test/integration/test_editor.cc
|
||||
|
||||
@@ -45,7 +45,7 @@ TEST_F(RomTest, Uninitialized) {
|
||||
}
|
||||
|
||||
TEST_F(RomTest, LoadFromFile) {
|
||||
#if __defined(__linux__)
|
||||
#if defined(__linux__)
|
||||
GTEST_SKIP();
|
||||
#endif
|
||||
EXPECT_OK(rom_.LoadFromFile("test.sfc"));
|
||||
|
||||
Reference in New Issue
Block a user