aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
blob: d0e55f603668b29e22d72abb65fcfe7d3d8f8a1c (plain)
1
2
3
4
5
6
7
8
AT_INIT
AT_BANNER([Regression tests.])

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