Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
Xdmf
Commits
ffa86133
Commit
ffa86133
authored
Jun 13, 2016
by
David DeMarle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test comp failures
parent
8863c806
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
core/tests/C/CTestXdmfArrayType.c
core/tests/C/CTestXdmfArrayType.c
+1
-0
tests/C/CTestXdmfWriter.c
tests/C/CTestXdmfWriter.c
+0
-1
tests/Cxx/CMakeLists.txt
tests/Cxx/CMakeLists.txt
+2
-2
No files found.
core/tests/C/CTestXdmfArrayType.c
View file @
ffa86133
...
...
@@ -4,6 +4,7 @@
#include "assert.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
int
main
()
{
...
...
tests/C/CTestXdmfWriter.c
View file @
ffa86133
#include "XdmfArray.hpp"
#include "XdmfArrayType.hpp"
#include "XdmfWriter.hpp"
#include "XdmfHDF5ControllerDSM.hpp"
#include "XdmfHDF5Writer.hpp"
#include "XdmfReader.hpp"
#include "XdmfSubset.hpp"
...
...
tests/Cxx/CMakeLists.txt
View file @
ffa86133
...
...
@@ -11,9 +11,9 @@ ADD_TEST_CXX_DEPENDENCIES("Xdmf")
# Read UseCxxTest.cmake for more information
# ---------------------------------------
if
(
"
${
XDMF_DSM_IS_CRAY
}
"
STREQUAL
""
)
IF
(
MPIEXEC_MAX_NUMPROCS
STR
GREATER 5
)
IF
(
MPIEXEC_MAX_NUMPROCS GREATER 5
)
ADD_MPI_TEST_CXX
(
DSMFileTest.sh XdmfFileAcceptTest,XdmfFileConnectTest
)
ENDIF
(
MPIEXEC_MAX_NUMPROCS
STR
GREATER 5
)
ENDIF
(
MPIEXEC_MAX_NUMPROCS GREATER 5
)
endif
(
"
${
XDMF_DSM_IS_CRAY
}
"
STREQUAL
""
)
ADD_TEST_CXX
(
TestXdmfAggregate
)
ADD_TEST_CXX
(
TestXdmfAttribute
)
...
...
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