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
Line 
1#!/bin/bash
2
3fname=test_report.txt
4touch $fname
5
6> $fname
7
8gname=report.txt
9
10
11cd test_function
12
13echo "" >> ../$fname
14echo "testing reduce functions..." >> ../$fname
15echo "" >> ../$fname
16
17../run_sub_test.sh
18cat $gname >> ../$fname 
19
20
21
22
23cd ../test_axis_algo
24
25echo "" >> ../$fname
26echo "testing axis transformations..." >> ../$fname
27echo "" >> ../$fname
28
29../run_sub_test.sh
30cat $gname >> ../$fname 
31
32
33
34
Note: See TracBrowser for help on using the repository browser.