summaryrefslogtreecommitdiff
path: root/tests/plugins/create
diff options
context:
space:
mode:
authorruki <[email protected]>2018-08-24 23:53:48 +0800
committerruki <[email protected]>2018-08-24 17:22:50 +0800
commite7bae1207a1b97850eeaffe05b67df8a8f1526dc (patch)
treeebe64eceecd29657b1721cb50b5455261b80be02 /tests/plugins/create
parentcfd93d264da3aa8b48d652cdc9637ee21e340104 (diff)
fix create test example
Diffstat (limited to 'tests/plugins/create')
-rw-r--r--tests/plugins/create/test.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/create/test.lua b/tests/plugins/create/test.lua
index b3ddd1f6e..83676b2ef 100644
--- a/tests/plugins/create/test.lua
+++ b/tests/plugins/create/test.lua
@@ -5,6 +5,6 @@ function main ()
os.exec("xmake -P $(tmpdir)/test_cpp")
os.exec("xmake create -l c++ -t static -P $(tmpdir)/test_cpp2")
os.exec("xmake -P $(tmpdir)/test_cpp2")
- os.exec("xmake create -l c++ -t shared -P $(tmpdir)/test_cpp2")
- os.exec("xmake -P $(tmpdir)/test_cpp2")
+ os.exec("xmake create -l c++ -t shared -P $(tmpdir)/test_cpp3")
+ os.exec("xmake -P $(tmpdir)/test_cpp3")
end