Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
kww
Commits
f796c0d4
Commit
f796c0d4
authored
Dec 17, 2019
by
Wuttke, Joachim
Browse files
WORKING directory throughout
parent
c60dd92b
Pipeline
#14246
failed with stage
in 11 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
f796c0d4
# test whether demo programs run
add_test
(
NAME countterms COMMAND kww_countterms 10 10
)
add_test
(
NAME runkww COMMAND runkww 0 c a .5 .5
)
add_test
(
NAME countterms
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
/lib
COMMAND kww_countterms 10 10
)
add_test
(
NAME runkww
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
/lib
COMMAND runkww 0 c a .5 .5
)
# test whether numeric results agree with our reference
...
...
Write
Preview
Supports
Markdown
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