From c14bfc6fa4e30b2a2af6cb7500bd7b7c16896472 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Jul 2020 10:32:38 +0800 Subject: add fortran static library tests --- tests/projects/c++/console/xmake.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tests/projects/c++/console/xmake.lua') diff --git a/tests/projects/c++/console/xmake.lua b/tests/projects/c++/console/xmake.lua index 9ab7f42ca..35b9bde70 100644 --- a/tests/projects/c++/console/xmake.lua +++ b/tests/projects/c++/console/xmake.lua @@ -1,12 +1,5 @@ --- add rules add_rules("mode.debug", "mode.release") - --- add target -target("console_c++") - - -- set kind +target("test") set_kind("binary") - - -- add files add_files("src/*.cpp") -- cgit v1.3.1