Skip to content

Commit

Permalink
Correct --with-driver args for coupled tests (#106)
Browse files Browse the repository at this point in the history
- Ever since a renaming of driver directories, the tests under
  "test-top-api", that are meant to check we are compatible with
  each "cap", have been failing silently.
- This fixes the wrong arguments but does not fix the ability
  to fail silently which is somewhere deep inside mkmf.
  • Loading branch information
adcroft authored Apr 10, 2022
1 parent 6809ee3 commit c150f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ build/openmp/Makefile: MOM_ACFLAGS=--enable-openmp
build/target/Makefile: MOM_ACFLAGS=
build/opt/Makefile: MOM_ACFLAGS=
build/opt_target/Makefile: MOM_ACFLAGS=
build/coupled/Makefile: MOM_ACFLAGS=--with-driver=coupled_driver
build/nuopc/Makefile: MOM_ACFLAGS=--with-driver=nuopc_driver
build/mct/Makefile: MOM_ACFLAGS=--with-driver=mct_driver
build/coupled/Makefile: MOM_ACFLAGS=--with-driver=FMS_cap
build/nuopc/Makefile: MOM_ACFLAGS=--with-driver=nuopc_cap
build/mct/Makefile: MOM_ACFLAGS=--with-driver=mct_cap

# Fetch regression target source code
build/target/Makefile: | $(TARGET_CODEBASE)
Expand Down

0 comments on commit c150f37

Please sign in to comment.