Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Tobias Leibner
dune-common
Commits
ae155a04
Commit
ae155a04
authored
16 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
gcdlcdtest should really be called bcdlcmtest, because it tests gcd and lcm
[[Imported from SVN: r5138]]
parent
f86dadc0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
common/test/.gitignore
+1
-1
1 addition, 1 deletion
common/test/.gitignore
common/test/Makefile.am
+3
-3
3 additions, 3 deletions
common/test/Makefile.am
common/test/gcdlcmtest.cc
+0
-0
0 additions, 0 deletions
common/test/gcdlcmtest.cc
with
4 additions
and
4 deletions
common/test/.gitignore
+
1
−
1
View file @
ae155a04
...
...
@@ -19,7 +19,7 @@ poolallocatortest
*.gcda
*.gcno
gmon.out
gcdlc
d
test
gcdlc
m
test
streamtest
exprtmpl
timing_xpr
...
...
This diff is collapsed.
Click to expand it.
common/test/Makefile.am
+
3
−
3
View file @
ae155a04
...
...
@@ -2,7 +2,7 @@
TESTPROGS
=
parsetest test-stack arraylisttest smartpointertest
\
sllisttest iteratorfacadetest tuplestest fvectortest fmatrixtest
\
poolallocatortest settest gcdlc
d
test streamtest
\
poolallocatortest settest gcdlc
m
test streamtest
\
bigunsignedinttest mpihelpertest singletontest mpicollcomm
\
utilitytest lrutest
\
testfassign1 testfassign2 testfassign3
\
...
...
@@ -67,8 +67,8 @@ poolallocatortest_DEPENDENCIES = $(LOCAL_LIBS)
settest_SOURCES
=
settest.cc
settest_DEPENDENCIES
=
$(
LOCAL_LIBS
)
gcdlc
d
test_SOURCES
=
gcdlc
d
test.cc
gcdlc
d
test_DEPENDENCIES
=
$(
LOCAL_LIBS
)
gcdlc
m
test_SOURCES
=
gcdlc
m
test.cc
gcdlc
m
test_DEPENDENCIES
=
$(
LOCAL_LIBS
)
mpihelpertest_SOURCES
=
mpihelpertest.cc
mpihelpertest_CXXFLAGS
=
$(
MPI_CPPFLAGS
)
...
...
This diff is collapsed.
Click to expand it.
common/test/gcdlc
d
test.cc
→
common/test/gcdlc
m
test.cc
+
0
−
0
View file @
ae155a04
File moved
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