view tests/0013/run-test.sh @ 137:ddeb172359a8

Make the makefile have more variables (for potential unification of platform-specific makefiles)
author mas01cr
date Wed, 24 Oct 2007 11:57:20 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104