view tests/0013/run-test.sh @ 282:f6b80b9f6afe

modifed the makefile to correctly link to gsl on a mac
author map01bf
date Wed, 02 Jul 2008 17:14:10 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104