summaryrefslogtreecommitdiff
path: root/tests/console
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-14 16:10:38 +0800
committerruki <[email protected]>2015-05-14 16:10:38 +0800
commita2c560f7c2f1f4501516d39225d5afdd06dc9c55 (patch)
treedf065551823a4903e04e5a246734618d89b68405 /tests/console
parentb303b16817e3773c729f2cd1096d685b491db75b (diff)
rename _ROOT to _CONFIGS
Diffstat (limited to 'tests/console')
-rw-r--r--tests/console/xmake.xconf13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/console/xmake.xconf b/tests/console/xmake.xconf
deleted file mode 100644
index 78eb158ee..000000000
--- a/tests/console/xmake.xconf
+++ /dev/null
@@ -1,13 +0,0 @@
-return
-{
- all =
- {
- plat = "macosx"
- , arch = "x64"
- , host = "macosx"
- , output = "build"
- , mode = "release"
- , packages = "pkg"
- }
-
-}