blob: 9e3d59c84f4fe8c5a05c41a9c18d212a4a9f8950 [file] [log] [blame]
BjornMagnussonXA42dcb262019-04-26 19:29:54 +00001#!/bin/bash
2
3TS_ONELINE_DESCR="Single file tests suite"
4
5. ../common/testsuite_common.sh
6
7suite_setup
8
9############# TEST CASES #################
10
11./FTC1.sh $1 $2
12./FTC2.sh $1 $2
13./FTC3.sh $1 $2
14./FTC4.sh $1 $2
15./FTC5.sh $1 $2
16./FTC6.sh $1 $2
17
18##########################################
19
20suite_complete
21