Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
57bc35dc
Commit
57bc35dc
authored
Jun 08, 2019
by
Santiago Ospina De Los Ríos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Copy files needed for the test to run
parent
3ab07477
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/cookbook/tutorial-1/CMakeLists.txt
doc/cookbook/tutorial-1/CMakeLists.txt
+8
-0
No files found.
doc/cookbook/tutorial-1/CMakeLists.txt
View file @
57bc35dc
...
...
@@ -4,4 +4,12 @@ dorie_add_metaini_test(TARGET dorie
configure_file
(
${
CMAKE_CURRENT_BINARY_DIR
}
/tutorial-1.ini
${
CMAKE_CURRENT_SOURCE_DIR
}
/config.ini
COPYONLY
)
# Copy files needed for the test to run
configure_file
(
${
CMAKE_BINARY_DIR
}
/doc/default_files/2d_infiltr.bcdat
2d_infiltr.bcdat
COPYONLY
)
configure_file
(
${
CMAKE_BINARY_DIR
}
/doc/default_files/richards_param.yml
richards_param.yml
COPYONLY
)
\ 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