source: roaraudio/tests/test-roard.sh @ 1412:61be11636863

Last change on this file since 1412:61be11636863 was 1412:61be11636863, checked in by phi, 15 years ago

addes test-roard.sh

  • Property exe set to *
File size: 345 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 $LD_LIBRARY_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.