source: roaraudio/tests/test-roard.sh @ 3186:03f115e06e7b

Last change on this file since 3186:03f115e06e7b was 3186:03f115e06e7b, checked in by phi, 14 years ago

make test work with soname set

  • Property exe set to *
File size: 338 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 $BIN_PATH$c --no-listen --terminate --client-fh 0 < /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.