Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
ec96210c
Commit
ec96210c
authored
Mar 26, 2020
by
niklas.baumgarten
Browse files
updated test folder
parent
509d3829
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
ec96210c
# Includes for mlmc tests
#---------------------------------------------------------------------------------------#
set
(
PROJECT_TEST_DIR
${
PROJECT_SOURCE_DIR
}
/tests
)
set
(
PROJECT_TEST_BINARY_DIR
${
PROJECT_BINARY_DIR
}
/tests
)
# Manage folder structure build folder
file
(
MAKE_DIRECTORY
${
PROJECT_TEST_BINARY_DIR
}
/data/vtk
)
file
(
MAKE_DIRECTORY
${
PROJECT_TEST_BINARY_DIR
}
/data/gp
)
file
(
MAKE_DIRECTORY
${
PROJECT_TEST_BINARY_DIR
}
/data/py
)
file
(
MAKE_DIRECTORY
${
PROJECT_TEST_BINARY_DIR
}
/log
)
file
(
MAKE_DIRECTORY
${
PROJECT_TEST_BINARY_DIR
}
/data/dual
)
#---------------------------------------------------------------------------------------#
# Test Executables
add_executable
(
TestMainProgram
${
PROJECT_TEST_DIR
}
/
TestMainProgram.cpp
)
add_executable
(
TestMultilevelPlotter
${
PROJECT_TEST_DIR
}
/
TestMultilevelPlotter.cpp
)
add_executable
(
TestMainProgram TestMainProgram.cpp
)
add_executable
(
TestMultilevelPlotter TestMultilevelPlotter.cpp
)
# Linking
target_link_libraries
(
TestMainProgram MLMC sprng SRC LIB_PS fftw3 m
${
SUPERLU
}
...
...
tests/conf/m++.conf
0 → 100644
View file @
ec96210c
loadconf
=
mlmc_dummy
.
conf
\ No newline at end of file
tests/conf/mlmc_dummy.conf
0 → 100644
View file @
ec96210c
#
Dummy
file
\ No newline at end of file
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