aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
blob: 12974218a41f645d62103eaa6e567d2ce52b1ab0 (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([$OSMO_QEMU $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([$OSMO_QEMU $abs_top_builddir/tests/cipher/cipher_test], [], [expout], [ignore])
AT_CLEANUP