Skip to content
Snippets Groups Projects
Commit ae155a04 authored by Oliver Sander's avatar Oliver Sander
Browse files

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
......@@ -19,7 +19,7 @@ poolallocatortest
*.gcda
*.gcno
gmon.out
gcdlcdtest
gcdlcmtest
streamtest
exprtmpl
timing_xpr
......
......@@ -2,7 +2,7 @@
TESTPROGS = parsetest test-stack arraylisttest smartpointertest \
sllisttest iteratorfacadetest tuplestest fvectortest fmatrixtest \
poolallocatortest settest gcdlcdtest streamtest \
poolallocatortest settest gcdlcmtest 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)
gcdlcdtest_SOURCES = gcdlcdtest.cc
gcdlcdtest_DEPENDENCIES = $(LOCAL_LIBS)
gcdlcmtest_SOURCES = gcdlcmtest.cc
gcdlcmtest_DEPENDENCIES = $(LOCAL_LIBS)
mpihelpertest_SOURCES = mpihelpertest.cc
mpihelpertest_CXXFLAGS = $(MPI_CPPFLAGS)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment