Files
sphinxbase/test/unit/test_cmdln/_test_parse_goodargs.test
dhdfu 07c9092fd7 Rework the command line interface somewhat, so that multiple sets of arguments are possible. This is going to break everything temporarily, so watch out
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7069 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-08-08 20:34:39 +00:00

9 lines
230 B
Bash
Executable File

#!/bin/sh
. ../testfuncs.sh
set -e
testname=`basename $0 .test`
./cmdln_parse -a 36 -b hello -c yes -d 4.5 > $testname.out 2>/dev/null
compare_table defaults $testname.out $tests/unit/test_cmdln/$testname.res
rm -f $testname.out