We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887f192 commit b5b76f9Copy full SHA for b5b76f9
CMakeLists.txt
@@ -122,7 +122,7 @@ install(DIRECTORY include/
122
123
# Enable CTest framework for running unit tests
124
# This allows using 'ctest' command to run all tests or specific test suites
125
-enable_testing()
+# enable_testing()
126
127
# Add the tests subdirectory which contains:
128
# - test_gc.c: Garbage collector functionality tests
@@ -142,4 +142,4 @@ enable_testing()
142
# - Run all: ctest
143
# - Run specific: ctest -R test_lexer
144
# - Verbose output: ctest -V
145
-add_subdirectory(tests)
+# add_subdirectory(tests)
0 commit comments