diff options
Diffstat (limited to 'tests/plugins')
| -rw-r--r-- | tests/plugins/create/test.lua | 4 |
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 |
