source: XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/run_test.sh @ 1718

Last change on this file since 1718 was 1708, checked in by yushan, 5 years ago

Generic_testcase : simplification of files and cleanup

  • Property svn:executable set to *
File size: 400 bytes
RevLine 
[1706]1#!/bin/bash
2
3fname=test_report.txt
4touch $fname
5
6> $fname
7
8gname=report.txt
9
10
11cd test_function
[1708]12
[1706]13echo "" >> ../$fname
14echo "testing reduce functions..." >> ../$fname
15echo "" >> ../$fname
[1708]16
17../run_sub_test.sh
[1706]18cat $gname >> ../$fname 
19
[1708]20
21
22
[1706]23cd ../test_axis_algo
[1708]24
[1706]25echo "" >> ../$fname
26echo "testing axis transformations..." >> ../$fname
27echo "" >> ../$fname
[1708]28
29../run_sub_test.sh
[1706]30cat $gname >> ../$fname 
31
32
33
34
Note: See TracBrowser for help on using the repository browser.