Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kim, Jungwon
papyrus
Commits
f960771f
Commit
f960771f
authored
May 11, 2018
by
Kim, Jungwon
Browse files
cmake fortran linker_language
parent
8671ff48
Changes
1
Hide whitespace changes
Inline
Side-by-side
kv/tests/CMakeLists.txt
View file @
f960771f
...
...
@@ -13,6 +13,7 @@ macro(papyruskv_test_fortran arg)
target_link_libraries
(
kv.
${
arg
}
papyruskv pthread stdc++
)
add_test
(
kv.
${
arg
}
${
MPIEXEC
}
${
MPIEXEC_NUMPROC_FLAG
}
4 ./kv.
${
arg
}
)
set_tests_properties
(
kv.
${
arg
}
PROPERTIES FAIL_REGULAR_EXPRESSION
"FAILED"
)
set_tests_properties
(
kv.
${
arg
}
PROPERTIES LINKER_LANGUAGE Fortran
)
endmacro
(
papyruskv_test_fortran
)
add_subdirectory
(
01_open_close
)
...
...
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