blob: 1358534bee06fd1124bf74d2d08b70a7562683d5 [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