aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
blob: b3bc50feaf2ab3ccf4bcd6285ae7213c0dab8600 (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