Skip to content

Commit b5b76f9

Browse files
committed
skip test
1 parent 887f192 commit b5b76f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ install(DIRECTORY include/
122122

123123
# Enable CTest framework for running unit tests
124124
# This allows using 'ctest' command to run all tests or specific test suites
125-
enable_testing()
125+
# enable_testing()
126126

127127
# Add the tests subdirectory which contains:
128128
# - test_gc.c: Garbage collector functionality tests
@@ -142,4 +142,4 @@ enable_testing()
142142
# - Run all: ctest
143143
# - Run specific: ctest -R test_lexer
144144
# - Verbose output: ctest -V
145-
add_subdirectory(tests)
145+
# add_subdirectory(tests)

0 commit comments

Comments
 (0)