osmo-bts/tests/testsuite.at

15 lines
397 B
Plaintext

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