summaryrefslogtreecommitdiff
path: root/tests/projects/c++
diff options
context:
space:
mode:
authorLiu <[email protected]>2019-12-02 21:32:50 +0800
committerLiu <[email protected]>2019-12-02 21:33:15 +0800
commit30d4183095aa5dcdb9cbe00b1b48e45ca31424fe (patch)
treeb8e47b54d84dab64cc9a65e101fcc947e52ea6cc /tests/projects/c++
parent45b739d927c89d93d85f626ab77dee70746c1cd3 (diff)
clear tail white space
Diffstat (limited to 'tests/projects/c++')
-rw-r--r--tests/projects/c++/console/xmake.lua2
-rw-r--r--tests/projects/c++/modules/class/xmake.lua2
-rw-r--r--tests/projects/c++/modules/dependence/xmake.lua2
-rw-r--r--tests/projects/c++/modules/hello/xmake.lua2
-rw-r--r--tests/projects/c++/modules/impl_unit/xmake.lua2
-rw-r--r--tests/projects/c++/modules/inline_and_template/xmake.lua2
-rw-r--r--tests/projects/c++/shared_library/xmake.lua4
-rw-r--r--tests/projects/c++/static_library/xmake.lua4
8 files changed, 10 insertions, 10 deletions
diff --git a/tests/projects/c++/console/xmake.lua b/tests/projects/c++/console/xmake.lua
index f6beb31d8..9ab7f42ca 100644
--- a/tests/projects/c++/console/xmake.lua
+++ b/tests/projects/c++/console/xmake.lua
@@ -8,5 +8,5 @@ target("console_c++")
set_kind("binary")
-- add files
- add_files("src/*.cpp")
+ add_files("src/*.cpp")
diff --git a/tests/projects/c++/modules/class/xmake.lua b/tests/projects/c++/modules/class/xmake.lua
index f0dcc3ea7..a3bc3a394 100644
--- a/tests/projects/c++/modules/class/xmake.lua
+++ b/tests/projects/c++/modules/class/xmake.lua
@@ -1,5 +1,5 @@
target("class")
set_kind("binary")
- add_files("src/*.cpp", "src/*.mpp")
+ add_files("src/*.cpp", "src/*.mpp")
diff --git a/tests/projects/c++/modules/dependence/xmake.lua b/tests/projects/c++/modules/dependence/xmake.lua
index 4a2608cd3..14d6ca17c 100644
--- a/tests/projects/c++/modules/dependence/xmake.lua
+++ b/tests/projects/c++/modules/dependence/xmake.lua
@@ -1,6 +1,6 @@
target("dependence")
set_kind("binary")
- add_files("src/*.cpp", "src/*.mpp")
+ add_files("src/*.cpp", "src/*.mpp")
set_languages("c++11")
diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua
index e22047e4b..6c3bff19a 100644
--- a/tests/projects/c++/modules/hello/xmake.lua
+++ b/tests/projects/c++/modules/hello/xmake.lua
@@ -1,5 +1,5 @@
target("hello")
set_kind("binary")
- add_files("src/*.cpp", "src/*.mpp")
+ add_files("src/*.cpp", "src/*.mpp")
diff --git a/tests/projects/c++/modules/impl_unit/xmake.lua b/tests/projects/c++/modules/impl_unit/xmake.lua
index 1ce6cb8b6..3d19e0908 100644
--- a/tests/projects/c++/modules/impl_unit/xmake.lua
+++ b/tests/projects/c++/modules/impl_unit/xmake.lua
@@ -1,5 +1,5 @@
target("impl_unit")
set_kind("binary")
- add_files("src/*.cpp", "src/*.mpp")
+ add_files("src/*.cpp", "src/*.mpp")
diff --git a/tests/projects/c++/modules/inline_and_template/xmake.lua b/tests/projects/c++/modules/inline_and_template/xmake.lua
index e22a0ef04..c0722cccc 100644
--- a/tests/projects/c++/modules/inline_and_template/xmake.lua
+++ b/tests/projects/c++/modules/inline_and_template/xmake.lua
@@ -1,6 +1,6 @@
target("inline_and_template")
set_kind("binary")
- add_files("src/*.cpp", "src/*.mpp")
+ add_files("src/*.cpp", "src/*.mpp")
set_languages("c++11")
diff --git a/tests/projects/c++/shared_library/xmake.lua b/tests/projects/c++/shared_library/xmake.lua
index cd423db3b..4410e1aa7 100644
--- a/tests/projects/c++/shared_library/xmake.lua
+++ b/tests/projects/c++/shared_library/xmake.lua
@@ -8,7 +8,7 @@ target("shared_library_c++")
set_kind("shared")
-- add files
- add_files("src/interface.cpp")
+ add_files("src/interface.cpp")
-- add target
target("test")
@@ -20,6 +20,6 @@ target("test")
add_deps("shared_library_c++")
-- add files
- add_files("src/test.cpp")
+ add_files("src/test.cpp")
diff --git a/tests/projects/c++/static_library/xmake.lua b/tests/projects/c++/static_library/xmake.lua
index b084aab18..9c82ee074 100644
--- a/tests/projects/c++/static_library/xmake.lua
+++ b/tests/projects/c++/static_library/xmake.lua
@@ -8,7 +8,7 @@ target("static_library_c++")
set_kind("static")
-- add files
- add_files("src/interface.cpp")
+ add_files("src/interface.cpp")
-- add target
target("test")
@@ -20,6 +20,6 @@ target("test")
add_deps("static_library_c++")
-- add files
- add_files("src/test.cpp")
+ add_files("src/test.cpp")