Skip to content

Commit

Permalink
Merge branch 'tribits_github_snapshot' into tribits-snapshot-2022-12-…
Browse files Browse the repository at this point in the history
…12 (#11411)
  • Loading branch information
bartlettroscoe committed Dec 20, 2022
2 parents eca14d3 + 03df3a0 commit aacf63d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ endmacro()
# [COMM [serial] [mpi]]
# [ARGS "<arg0> <arg1> ..." "<arg2> <arg3> ..." ...]
# [NUM_MPI_PROCS <numProcs>]
# [RUN_SERIAL]
# [LINKER_LANGUAGE (C|CXX|Fortran)]
# [STANDARD_PASS_OUTPUT
# | PASS_REGULAR_EXPRESSION "<regex0>;<regex1>;..."]
Expand Down Expand Up @@ -167,7 +168,7 @@ function(tribits_add_executable_and_test EXE_NAME)
#prefix
PARSE
#options
"STANDARD_PASS_OUTPUT;WILL_FAIL;ADD_DIR_TO_NAME;INSTALLABLE;NOEXEPREFIX;NOEXESUFFIX"
"RUN_SERIAL;STANDARD_PASS_OUTPUT;WILL_FAIL;ADD_DIR_TO_NAME;INSTALLABLE;NOEXEPREFIX;NOEXESUFFIX"
#one_value_keywords
"DISABLED"
#mulit_value_keywords
Expand Down Expand Up @@ -249,6 +250,7 @@ function(tribits_add_executable_and_test EXE_NAME)
tribits_fwd_parse_arg(CALL_ARGS FAIL_REGULAR_EXPRESSION)
tribits_fwd_parse_arg(CALL_ARGS ENVIRONMENT)
tribits_fwd_parse_arg(CALL_ARGS DISABLED)
tribits_fwd_parse_opt(CALL_ARGS RUN_SERIAL)
tribits_fwd_parse_opt(CALL_ARGS STANDARD_PASS_OUTPUT)
tribits_fwd_parse_opt(CALL_ARGS WILL_FAIL)
tribits_fwd_parse_arg(CALL_ARGS TIMEOUT)
Expand Down

0 comments on commit aacf63d

Please sign in to comment.