New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm2_delete_directory.cfg in vendors/test/repos/trunk/cfg – NEMO

source: vendors/test/repos/trunk/cfg/fcm2_delete_directory.cfg @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

  • Property svn:mime-type set to text/x-shellscript
File size: 673 bytes
Line 
1steps = extract preprocess build
2
3extract.ns = test_suite
4extract.path-excl[test_suite] = cfg
5extract.location{diff}[test_suite] =     \
6    branches/dev/Share/modify_files_base \
7    branches/dev/Share/delete_directory
8
9preprocess.ns-excl = / test_suite/subroutine/hello_c.c
10preprocess.ns-incl = test_suite/subroutine test_suite/program
11preprocess.prop{fpp} = wrap_pp
12
13build.prop{file-ext.script} = .pro
14build.prop{fc} = wrap_fc
15$fcflags{?} = -assume nosource_include
16build.prop{fc.flags} = $fcflags
17build.prop{cc} = wrap_cc
18build.prop{cc.flags} = -O3
19build.prop{ar} = wrap_ar
20build.prop{dep.o.special} = hello_blockdata.o
21build.target = hello.sh test_suite/namelist/.etc
Note: See TracBrowser for help on using the repository browser.