source: flex_extract.git/Testing/Regression/FortranEtadot/mk_outputdirs.sh @ 7e59510

ctbtodev
Last change on this file since 7e59510 was 2d1c338, checked in by Petra Seibert <petra@…>, 5 years ago

1st version of Fortran testing environment, FORDv5->v6, Test->Testing

Includes the first version of the Fortran regression testing environment
without input files (too big)
FORD documentation of the Fortran code: v5 removed from VCS, V6 added
The directory "Test" has been renamed to "Testing" for clarity.

  • Property mode set to 100755
File size: 342 bytes
Line 
1#!/bin/bash
2
3# Testing environment for Fortran code in flex_extract v7
4# Create reference output dirs for test cases found in "Inputs"
5#
6# Copyright Petra Seibert, 2019
7# SPDX-License-Identifier: MIT-0
8
9
10for d in `ls Inputs`; do
11  for exe in 'debug' 'fast'; do
12    newdir='Outputs/Output_ref_'${d}'_'${exe}
13    mkdir -pv $newdir
14  done
15done
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG