comparison tests/test-rdf-writer.sh @ 42:94d988cef54e

* Update to new autoconf build system
author Chris Cannam
date Mon, 18 Oct 2010 14:10:00 +0100
parents 03a02c1f0a9f
children 0fe5abb56a6e
comparison
equal deleted inserted replaced
41:f0346cc8ff21 42:94d988cef54e
1 #!/bin/bash 1 #!/bin/bash
2 2
3 mypath=`dirname $0` 3 mypath=`dirname $0`
4 r=$mypath/../runner/sonic-annotator 4 r=$mypath/../sonic-annotator
5 5
6 infile=$mypath/audio/3clicks8.wav 6 infile=$mypath/audio/3clicks8.wav
7 testplug=vamp:vamp-example-plugins:percussiononsets 7 testplug=vamp:vamp-example-plugins:percussiononsets
8 tmpttl=$mypath/tmp_1_$$.ttl 8 tmpttl=$mypath/tmp_1_$$.ttl
9 9