aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 19:45:15 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-10 11:31:22 +0100
commit2f376a3edf6c1c6c49db822de17bbf0d3791775e (patch)
tree7dfef1dfa1ad97c89c84862badfc71a10a24d25e /tests/testsuite.at
parent2edbe4d366fcc9c340093d6daedcb08b1f62911f (diff)
tests: Sockets: 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 f6b48af..00e6002 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -26,11 +26,11 @@ cat $abs_srcdir/CommonLibs/PRBSTest.ok > expout
AT_CHECK([$abs_top_builddir/tests/CommonLibs/PRBSTest], [], [expout], [])
AT_CLEANUP
-#AT_SETUP([SocketsTest])
-#AT_KEYWORDS([SocketsTest])
-#cat $abs_srcdir/CommonLibs/SocketsTest.ok > expout
-#AT_CHECK([$abs_top_builddir/tests/CommonLibs/SocketsTest], [], [expout], [])
-#AT_CLEANUP
+AT_SETUP([SocketsTest])
+AT_KEYWORDS([SocketsTest])
+cat $abs_srcdir/CommonLibs/SocketsTest.ok > expout
+AT_CHECK([$abs_top_builddir/tests/CommonLibs/SocketsTest], [], [expout], [ignore])
+AT_CLEANUP
AT_SETUP([TimevalTest])
AT_KEYWORDS([TimevalTest])