view tests/0013/run-test.sh @ 273:c8c97224f3c7 sampling

Make yinv and yfun not static, so that they can be called from gdb.
author mas01cr
date Tue, 17 Jun 2008 12:27:01 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104