Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
b241644b
Commit
b241644b
authored
Apr 25, 2019
by
Wieland Morgenstern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused add_vs_unit_test_independant
parent
8b3ba479
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
CMakeLists.txt
lib/src/test/CMakeLists.txt
+0
-7
No files found.
lib/src/test/CMakeLists.txt
View file @
b241644b
...
@@ -37,13 +37,6 @@ function(add_vs_unit_test test_name test_file)
...
@@ -37,13 +37,6 @@ function(add_vs_unit_test test_name test_file)
add_vs_test_arg
(
${
test_name
}
${
test_file
}
"unit"
""
${
ARGN
}
)
add_vs_test_arg
(
${
test_name
}
${
test_file
}
"unit"
""
${
ARGN
}
)
endfunction
()
endfunction
()
#unit test compiling parts of the lib
function
(
add_vs_unit_test_independant test_name test_file
)
set
(
ADDITIONAL_SOURCES
${
ARGN
}
)
set
(
NO_VS_LIB_LINK YES
)
add_vs_test_arg
(
${
test_name
}
${
test_file
}
"unit"
""
)
endfunction
()
# All trailing arguments are libs to link
# All trailing arguments are libs to link
function
(
add_vs_test_arg test_name test_file test_labels test_args
)
function
(
add_vs_test_arg test_name test_file test_labels test_args
)
add_executable
(
${
test_name
}
${
test_file
}
${
ADDITIONAL_SOURCES
}
)
add_executable
(
${
test_name
}
${
test_file
}
${
ADDITIONAL_SOURCES
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment