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 8c79f51 commit da08aceCopy full SHA for da08ace
tests/beman/execution/CMakeLists.txt
@@ -8,11 +8,15 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
8
message(FATAL_ERROR "In-source builds are not allowed!")
9
endif()
10
11
+list(
12
+ APPEND
13
+ todo
14
+ exec-associate.test
15
+)
16
list(
17
APPEND
18
execution_tests
19
exec-scope-counting.test
- exec-associate.test
20
exec-spawn.test
21
exec-stop-when.test
22
exec-prop.test
0 commit comments