view tests/0013/run-test.sh @ 535:77e63d5c6de0

Compile fix for previous revision Include <algorithm> for std::lower_bound.
author mas01cr
date Wed, 04 Feb 2009 11:37:07 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104