1*49cdfc7eSAndroid Build Coastguard Worker#!/bin/sh 2*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later 3*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2019 Petr Vorel <[email protected]> 4*49cdfc7eSAndroid Build Coastguard Worker 5*49cdfc7eSAndroid Build Coastguard WorkerTST_TESTFUNC=do_test 6*49cdfc7eSAndroid Build Coastguard Worker 7*49cdfc7eSAndroid Build Coastguard WorkerTST_TIMEOUT=-1 8*49cdfc7eSAndroid Build Coastguard Worker 9*49cdfc7eSAndroid Build Coastguard Workerdo_test() 10*49cdfc7eSAndroid Build Coastguard Worker{ 11*49cdfc7eSAndroid Build Coastguard Worker tst_res TPASS "timeout $TST_TIMEOUT set" 12*49cdfc7eSAndroid Build Coastguard Worker} 13*49cdfc7eSAndroid Build Coastguard Worker 14*49cdfc7eSAndroid Build Coastguard Worker. tst_test.sh 15*49cdfc7eSAndroid Build Coastguard Workertst_run 16