Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Michael Migliore
VTK
Commits
e4f335d1
Commit
e4f335d1
authored
Oct 01, 2018
by
Robert Maynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CommonCore Legacy tests now aren't suffixed .cxx.cxx
parent
8efcc553
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Common/Core/Testing/Cxx/CMakeLists.txt
Common/Core/Testing/Cxx/CMakeLists.txt
+3
-2
No files found.
Common/Core/Testing/Cxx/CMakeLists.txt
View file @
e4f335d1
...
...
@@ -9,9 +9,10 @@ function(add_data_array_test test_name array_header array_valuetype array_type)
set
(
VTK_TESTDATAARRAYAPI_TESTNAME
"TestDataArrayAPI_
${
test_name
}
"
)
set
(
test_source
"
${
VTK_TESTDATAARRAYAPI_TESTNAME
}
.cxx"
)
configure_file
(
TestDataArrayAPI.cxx.in
"
${
test_source
}
"
)
configure_file
(
TestDataArrayAPI.cxx.in
"
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
test_source
}
"
)
set
(
data_array_tests
${
data_array_tests
}
"
${
test_source
}
.cxx"
PARENT_SCOPE
)
#specify a custom test name as these files exist in the build directory
list
(
APPEND data_array_tests
"
${
VTK_TESTDATAARRAYAPI_TESTNAME
}
,
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
test_source
}
"
PARENT_SCOPE
)
endfunction
()
# Legacy -- test that the vtkDataArrayTemplate interface still works:
...
...
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