Skip to content
Snippets Groups Projects
Commit afb7eeb1 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Dmitrij Naumov
Browse files

[T] Add EmptyProject ctest for ogs executable.

parent 53b571e5
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,5 @@ ENDIF() # OGS_BUILD_GUI
IF(OGS_BUILD_CLI )
ADD_SUBDIRECTORY(CLI)
ENDIF() # OGS_BUILD_CLI
INCLUDE(Tests.cmake)
add_test(NAME ogs_no_args COMMAND ogs)
set_tests_properties(ogs_no_args PROPERTIES WILL_FAIL TRUE)
AddOgsBenchmark(ogs_empty_project EmptyProject.xml)
ec9e4b48ac57b1fa7ea3113cef7f9935
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment