blob: 04193c5e5d804918528bbdb1f5680689dfbd6cec [file] [log] [blame]
Holger Hans Peter Freyther5c65e792012-10-11 08:05:14 +02001AT_INIT
2AT_BANNER([Regression tests.])
3
4# Example for tests.. copy and uncomment. This creates a new category
5# and test. It will copy the expected output to expout and then run
6# the given test. The stdout will be compared with the expout to determine
7# if the test was successfull.
8# AT_SETUP([NAME])
9# AT_KEYWORDS([NAME])
10# cat $abs_srcdir/NAME/NAME_test.ok > expout
11# AT_CHECK([$abs_top_builddir/tests/NAME/NAME_test], [], [expout])
12# AT_CLEANUP
Holger Hans Peter Freytherbc5dcb12012-10-11 08:25:36 +020013
14AT_SETUP([subchan_demux])
15AT_KEYWORDS([subchan_demux])
16cat $abs_srcdir/subchan_demux/subchan_demux_test.ok > expout
17AT_CHECK([$abs_top_builddir/tests/subchan_demux/subchan_demux_test], [], [expout])
18AT_CLEANUP