source: roaraudio/tests/test-roard.sh @ 5878:3b92b0d6ef9b

Last change on this file since 5878:3b92b0d6ef9b was 3893:5064c6bd32a2, checked in by phi, 14 years ago

support the exec helper

  • Property exe set to *
File size: 333 bytes
Line 
1#!/bin/sh
2
3TEST_NAME='roard test'
4TEST_DESC='Do tests on RoarAudio'\''s Sound Daemon'
5
6. ./common.sh
7
8c=roard
9FORMAT="%-42s : "
10
11printf "$FORMAT" 'Testing for general runnability'
12if $EXEC_HELPER $BIN_PATH$c --no-listen -o null < /dev/null > /dev/null 2> /dev/null
13then
14 _ok
15 echo ok
16else
17 _failed
18 echo failed
19fi
20
21disp_sum
22ret
23
24#ll
Note: See TracBrowser for help on using the repository browser.