aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 18:41:48 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-10 11:25:42 +0100
commit93d9b114b7021f58c6ef166b0128b86aaa9cc542 (patch)
tree33d5af6b4722031d91f32beaed406dc78610b55a /tests/testsuite.at
parent2ac788b2c32e568260c192e2501c0d4d65a54fcc (diff)
tests: InterThread: adapt to have reproducible output and enable autotest
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 2c1e0b5..5d519d2 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -7,11 +7,11 @@ cat $abs_srcdir/CommonLibs/BitVectorTest.ok > expout
AT_CHECK([$abs_top_builddir/tests/CommonLibs/BitVectorTest], [], [expout], [])
AT_CLEANUP
-#AT_SETUP([InterthreadTest])
-#AT_KEYWORDS([InterthreadTest])
-#cat $abs_srcdir/CommonLibs/InterthreadTest.ok > expout
-#AT_CHECK([$abs_top_builddir/tests/CommonLibs/InterthreadTest], [], [expout], [])
-#AT_CLEANUP
+AT_SETUP([InterthreadTest])
+AT_KEYWORDS([InterthreadTest])
+cat $abs_srcdir/CommonLibs/InterthreadTest.ok > expout
+AT_CHECK([$abs_top_builddir/tests/CommonLibs/InterthreadTest], [], [expout], [ignore])
+AT_CLEANUP
#AT_SETUP([LogTest])
#AT_KEYWORDS([LogTest])