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

Rename mpiguard.cc to mpiguardtest.cc, for consistency. Make svn ignore the executable file

[[Imported from SVN: r6034]]
parent 840a6b7c
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ timing_xpr
timing_old
timing_flt
bigunsignedinttest
mpiguardtest
mpihelpertest
singletontest
utilitytest
......
......@@ -21,7 +21,7 @@ TESTPROGS = \
lrutest \
mpihelpertest \
mpicollcomm \
mpiguard \
mpiguardtest \
nullptr-test \
polyallocator \
poolallocatortest \
......@@ -121,10 +121,10 @@ mpicollcomm_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS)
mpicollcomm_LDADD = $(DUNEMPILIBS) $(LDADD)
mpicollcomm_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
mpiguard_SOURCES = mpiguard.cc
mpiguard_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS)
mpiguard_LDADD = $(DUNEMPILIBS) $(LDADD)
mpiguard_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
mpiguardtest_SOURCES = mpiguardtest.cc
mpiguardtest_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS)
mpiguardtest_LDADD = $(DUNEMPILIBS) $(LDADD)
mpiguardtest_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
singletontest_SOURCES = singletontest.cc
......
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