We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e3625 commit 515c842Copy full SHA for 515c842
test/CMakeLists.txt
@@ -39,7 +39,6 @@ target_sources(schema_test
39
target_link_libraries(schema_test PRIVATE iceberg_static GTest::gtest_main GTest::gmock)
40
add_test(NAME schema_test COMMAND schema_test)
41
42
-
43
add_executable(catalog_test)
44
target_sources(catalog_test PRIVATE memory_catalog_test.cc)
45
target_link_libraries(catalog_test PRIVATE iceberg_static GTest::gtest_main GTest::gmock)
0 commit comments