summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cases/deps')
-rw-r--r--tests/test_cases/deps/install/TARGETS10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/test_cases/deps/install/TARGETS b/tests/test_cases/deps/install/TARGETS
index c2cab52..232827d 100644
--- a/tests/test_cases/deps/install/TARGETS
+++ b/tests/test_cases/deps/install/TARGETS
@@ -36,18 +36,16 @@
{ "type": "configure"
, "target": "bar"
, "config":
- { "type": "let*"
- , "bindings": [["DEBUG", true], ["ADD_CXXFLAGS", ["-g"]]]
- , "body": {"type": "env", "vars": ["DEBUG", "ADD_CXXFLAGS"]}
+ { "type": "'"
+ , "$1": {"DEBUG": {"USE_DEBUG_FISSION": false}, "ADD_CXXFLAGS": ["-g"]}
}
}
, "main debug":
{ "type": "configure"
, "target": "main"
, "config":
- { "type": "let*"
- , "bindings": [["DEBUG", true], ["ADD_CXXFLAGS", ["-g"]]]
- , "body": {"type": "env", "vars": ["DEBUG", "ADD_CXXFLAGS"]}
+ { "type": "'"
+ , "$1": {"DEBUG": {"USE_DEBUG_FISSION": false}, "ADD_CXXFLAGS": ["-g"]}
}
}
, "install_bar_debug":