source: roaraudio/tests/test-roard.sh @ 3615:b31c725ad76d

Last change on this file since 3615:b31c725ad76d was 3615:b31c725ad76d, checked in by phi, 14 years ago

use a much more simple test, hopfully it does not segfaul anymore

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