aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
blob: bffbc52e1ec344c09281779b2213e0618ff8a9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AT_INIT
AT_BANNER([Regression tests.])

AT_SETUP([procqueue])
AT_KEYWORDS([procqueue])
cat $abs_srcdir/procqueue/pq_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/procqueue/pq_test], [0], [expout])
AT_CLEANUP

AT_SETUP([pq_file])
AT_KEYWORDS([pq_file])
cat $abs_srcdir/io/pq_file_test.ok > expout
AT_CHECK([
	$abs_top_builddir/tests/io/pq_file_test \
		$abs_top_builddir/tests/io/io_sample.txt],
	[0], [expout])
AT_CLEANUP