summaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost/test_matrix.json
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/frameworks/1 boost/test_matrix.json')
-rw-r--r--test cases/frameworks/1 boost/test_matrix.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/test cases/frameworks/1 boost/test_matrix.json b/test cases/frameworks/1 boost/test_matrix.json
deleted file mode 100644
index 730610ee5..000000000
--- a/test cases/frameworks/1 boost/test_matrix.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "options": {
- "static": [
- { "val": "true", "skip_on_env": [ "SKIP_STATIC_BOOST" ] },
- { "val": "false" }
- ],
- "b_vscrt": [
- { "val": null },
- { "val": "md", "compilers": { "cpp": [ "msvc" ] } },
- { "val": "mdd", "compilers": { "cpp": [ "msvc" ] } },
- { "val": "mt", "compilers": { "cpp": [ "msvc" ] } },
- { "val": "mtd", "compilers": { "cpp": [ "msvc" ] } }
- ]
- },
- "exclude": [
- { "static": "false", "b_vscrt": "mt" },
- { "static": "false", "b_vscrt": "mtd" }
- ]
-}