Skip to content

Commit

Permalink
repeat change for acme
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 28, 2016
1 parent 503d5ad commit 7bacf48
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cime_config/acme/config_files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,23 @@
<desc>file containing specification of all pe-layouts for primary component (for documentation only - DO NOT EDIT)</desc>
</entry>

<entry id="SYSTEM_TESTS_DIR">
<type>char</type>
<values>
<value component="any">$CIMEROOT/utils/python/CIME/SystemTests</value>
<value component="clm">$SRCROOT/components/clm/cime_config/SystemTests</value>
<value component="cam">$SRCROOT/components/cam/cime_config/SystemTests</value>
<value component="pop">$SRCROOT/components/pop/cime_config/SystemTests</value>
<value component="cice">$SRCROOT/components/cice/cime_config/SystemTests</value>
<value component="cism">$SRCROOT/components/cism/cime_config/SystemTests</value>
</values>
<group>test</group>
<file>env_test.xml</file>
<desc>directories containing cime compatible system test modules</desc>
</entry>



<entry id="TESTS_SPEC_FILE">
<type>char</type>
<default_value>unset</default_value>
Expand Down
6 changes: 6 additions & 0 deletions cime_config/cesm/config_files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
<values>
<value component="any">$CIMEROOT/utils/python/CIME/SystemTests</value>
<value component="clm">$SRCROOT/components/clm/cime_config/SystemTests</value>
<value component="cam">$SRCROOT/components/cam/cime_config/SystemTests</value>
<value component="pop">$SRCROOT/components/pop/cime_config/SystemTests</value>
<value component="cice">$SRCROOT/components/cice/cime_config/SystemTests</value>
<value component="cism">$SRCROOT/components/cism/cime_config/SystemTests</value>
<value component="rtm">$SRCROOT/components/rtm/cime_config/SystemTests</value>
<value component="mosart">$SRCROOT/components/mosart/cime_config/SystemTests</value>
</values>
<group>test</group>
<file>env_test.xml</file>
Expand Down

0 comments on commit 7bacf48

Please sign in to comment.