Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
src
Commits
22ec1592
Commit
22ec1592
authored
May 24, 2015
by
kraus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving unit tests to the correct location; prevent cmake from trying to install deleted files
parent
c75a6722
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
2 deletions
+0
-2
ippl/src/Utility/CMakeLists.txt
ippl/src/Utility/CMakeLists.txt
+0
-2
tests/classic_src/Fields/Interpolation/PPSolveFactoryTest.cpp
...s/classic_src/Fields/Interpolation/PPSolveFactoryTest.cpp
+0
-0
tests/classic_src/Fields/Interpolation/PolynomialPatchTest.cpp
.../classic_src/Fields/Interpolation/PolynomialPatchTest.cpp
+0
-0
tests/classic_src/Fields/Interpolation/SolveFactoryTest.cpp
tests/classic_src/Fields/Interpolation/SolveFactoryTest.cpp
+0
-0
tests/classic_src/Fields/Interpolation/SquarePolynomialVectorTest.cpp
...c_src/Fields/Interpolation/SquarePolynomialVectorTest.cpp
+0
-0
tests/classic_src/Fields/Interpolation/ThreeDGridTest.cpp
tests/classic_src/Fields/Interpolation/ThreeDGridTest.cpp
+0
-0
No files found.
ippl/src/Utility/CMakeLists.txt
View file @
22ec1592
...
...
@@ -25,7 +25,6 @@ SET (_SRCS
)
SET
(
_HDRS
bstring.h
DiscBuffer.h
DiscConfig.h
DiscField.hpp
...
...
@@ -62,7 +61,6 @@ SET (_HDRS
Pooled.hpp
Pooled.h
Pool.h
Pstring.h
RandomNumberGen.h
RefBlock.h
RefCounted.h
...
...
src/unit_
tests/classic_src/Fields/Interpolation/PPSolveFactoryTest.cpp
→
tests/classic_src/Fields/Interpolation/PPSolveFactoryTest.cpp
View file @
22ec1592
File moved
src/unit_
tests/classic_src/Fields/Interpolation/PolynomialPatchTest.cpp
→
tests/classic_src/Fields/Interpolation/PolynomialPatchTest.cpp
View file @
22ec1592
File moved
src/unit_
tests/classic_src/Fields/Interpolation/SolveFactoryTest.cpp
→
tests/classic_src/Fields/Interpolation/SolveFactoryTest.cpp
View file @
22ec1592
File moved
src/unit_
tests/classic_src/Fields/Interpolation/SquarePolynomialVectorTest.cpp
→
tests/classic_src/Fields/Interpolation/SquarePolynomialVectorTest.cpp
View file @
22ec1592
File moved
src/unit_
tests/classic_src/Fields/Interpolation/ThreeDGridTest.cpp
→
tests/classic_src/Fields/Interpolation/ThreeDGridTest.cpp
View file @
22ec1592
File moved
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