view tests/0013/run-test.sh @ 444:4fe90fd568fc api-inversion

No more audioDB::set_up_query{,_from_key} Go through audiodb_query_spec_qpointers() instead. It's a little bit horrible, but less horrible than two almost-identical separate functions...
author mas01cr
date Wed, 24 Dec 2008 10:56:37 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104