Skip to content

Commit

Permalink
Automatic snapshot commit from tribits at c2f52215
Browse files Browse the repository at this point in the history
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git'
Git describe: Vera4.0-RC1-start-1418-g3879de00

At commit:

commit c2f52215a2bf6d1004c5422164f0019952fcc1f2
Author:  Roscoe A. Bartlett <[email protected]>
Date:    Tue Dec 20 11:15:04 2022 -0700
Summary: Add RUN_SERIAL to tribits_add_executable_and_test() (#554)
  • Loading branch information
bartlettroscoe committed Dec 20, 2022
1 parent 075e2a7 commit 03df3a0
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 03df3a0

Please sign in to comment.