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

AT_SETUP([paging])
AT_KEYWORDS([paging])
cat $abs_srcdir/paging/paging_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/paging/paging_test], [], [expout], [ignore])
AT_CLEANUP

AT_SETUP([cipher])
AT_KEYWORDS([cipher])
cat $abs_srcdir/cipher/cipher_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/cipher/cipher_test], [], [expout], [ignore])
AT_CLEANUP