Skip to content

Commit

Permalink
Ifpack: Remove ignored bare argument after test name (TriBITSPub/TriB…
Browse files Browse the repository at this point in the history
…ITS#200)

The change in TriBITS to flag unparsed otherwise ignored arguments showed that
these add on values were being ignored (and indeed, they served no purpose).
  • Loading branch information
bartlettroscoe committed Sep 6, 2017
1 parent d7f7313 commit 9b91fca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/ifpack/test/AztecOO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(IfpackAztecOOCopyFiles
)

TRIBITS_ADD_TEST(
ifp_aztecoo IfpackAztecOOCopyFiles
ifp_aztecoo
NAME small_gmres_az
ARGS "--xml_file=test_gmres_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -32,7 +32,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo IfpackAztecOOCopyFiles
ifp_aztecoo
NAME small_ILUT_tfqmr
ARGS "--xml_file=test_ILUT_tfqmr_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -41,7 +41,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo IfpackAztecOOCopyFiles
ifp_aztecoo
NAME small_az_ILUT_tfqmr
ARGS "--xml_file=test_az_ILUT_tfqmr_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -50,7 +50,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo IfpackAztecOOCopyFiles
ifp_aztecoo
NAME small_az_ILUT_tfqmr_p3
ARGS "--xml_file=test_az_ILUT_tfqmr_small_sym_mm.xml"
COMM mpi
Expand All @@ -59,7 +59,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo IfpackAztecOOCopyFiles
ifp_aztecoo
NAME ILUT_nos1_hb
ARGS "--xml_file=test_2_ILUT_nos1_hb.xml"
COMM serial mpi
Expand Down
10 changes: 5 additions & 5 deletions packages/ifpack/test/AztecOO_LL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(IfpackAztecOOCopyFiles_LL
)

TRIBITS_ADD_TEST(
ifp_aztecoo_LL IfpackAztecOOCopyFiles
ifp_aztecoo_LL
NAME small_gmres_az
ARGS "--xml_file=test_gmres_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -32,7 +32,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo_LL IfpackAztecOOCopyFiles
ifp_aztecoo_LL
NAME small_ILUT_tfqmr
ARGS "--xml_file=test_ILUT_tfqmr_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -41,7 +41,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo_LL IfpackAztecOOCopyFiles
ifp_aztecoo_LL
NAME small_az_ILUT_tfqmr
ARGS "--xml_file=test_az_ILUT_tfqmr_small_sym_mm.xml"
COMM serial mpi
Expand All @@ -50,7 +50,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo_LL IfpackAztecOOCopyFiles
ifp_aztecoo_LL
NAME small_az_ILUT_tfqmr_p3
ARGS "--xml_file=test_az_ILUT_tfqmr_small_sym_mm.xml"
COMM mpi
Expand All @@ -59,7 +59,7 @@ TRIBITS_ADD_TEST(
)

TRIBITS_ADD_TEST(
ifp_aztecoo_LL IfpackAztecOOCopyFiles
ifp_aztecoo_LL
NAME ILUT_nos1_hb
ARGS "--xml_file=test_2_ILUT_nos1_hb.xml"
COMM serial mpi
Expand Down

0 comments on commit 9b91fca

Please sign in to comment.