aboutsummaryrefslogtreecommitdiffstats
path: root/tests/subchan_demux/subchan_demux_test.ok
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-10-11 08:25:36 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-10-12 16:23:31 +0200
commitbc5dcb11a714c3e73982299f421790b3da93e584 (patch)
tree9fc1bb946e6643383bde9eddbb2d60f4ca44bc83 /tests/subchan_demux/subchan_demux_test.ok
parentf684976724b04324f2634755bc0f2904c67d91c9 (diff)
tests: Add a test stub for the subchan_demux tests
Tobias has worked on CSD support and Dieter has helped with a CSD trau fix. This is a stub that should allow to easily write a test case for the syncing issue observed by Tobias. Run the tests: $ make check In case of failure: $ vi tests/testsuite.dir/1/testsuite.log Add the actual content: $ edit tests/subchan_demux/subchan_demux_test.c Update the test result: $ ./tests/subchan_demux/subchan_demux_test > tests/subchan_demux/subchan_demux_test.ok
Diffstat (limited to 'tests/subchan_demux/subchan_demux_test.ok')
-rw-r--r--tests/subchan_demux/subchan_demux_test.ok3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/subchan_demux/subchan_demux_test.ok b/tests/subchan_demux/subchan_demux_test.ok
new file mode 100644
index 0000000..756f25e
--- /dev/null
+++ b/tests/subchan_demux/subchan_demux_test.ok
@@ -0,0 +1,3 @@
+Testing the subchannel demux.
+Testing the csd sync.
+No crashes.