From e7bae1207a1b97850eeaffe05b67df8a8f1526dc Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Aug 2018 23:53:48 +0800 Subject: fix create test example --- tests/plugins/create/test.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/plugins/create') 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 -- cgit v1.3.1