Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Commits
3821b5b9
Commit
3821b5b9
authored
4 years ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Add binary operators tests
parent
a5303c09
No related branches found
No related tags found
1 merge request
!89
Add missing compatibility check when affecting lists to R^d or R^dxd
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/CMakeLists.txt
+3
-2
3 additions, 2 deletions
tests/CMakeLists.txt
tests/test_DiscreteFunctionP0.cpp
+1847
-0
1847 additions, 0 deletions
tests/test_DiscreteFunctionP0.cpp
with
1850 additions
and
2 deletions
tests/CMakeLists.txt
+
3
−
2
View file @
3821b5b9
...
@@ -101,12 +101,13 @@ add_executable (unit_tests
...
@@ -101,12 +101,13 @@ add_executable (unit_tests
add_executable
(
mpi_unit_tests
add_executable
(
mpi_unit_tests
mpi_test_main.cpp
mpi_test_main.cpp
test_Messenger.cpp
test_DiscreteFunctionP0.cpp
test_Partitioner.cpp
test_ItemArray.cpp
test_ItemArray.cpp
test_ItemArrayUtils.cpp
test_ItemArrayUtils.cpp
test_ItemValue.cpp
test_ItemValue.cpp
test_ItemValueUtils.cpp
test_ItemValueUtils.cpp
test_Messenger.cpp
test_Partitioner.cpp
test_SubItemValuePerItem.cpp
test_SubItemValuePerItem.cpp
test_SubItemArrayPerItem.cpp
test_SubItemArrayPerItem.cpp
)
)
...
...
This diff is collapsed.
Click to expand it.
tests/test_DiscreteFunctionP0.cpp
0 → 100644
+
1847
−
0
View file @
3821b5b9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment