From 2f376a3edf6c1c6c49db822de17bbf0d3791775e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 9 Jan 2018 19:45:15 +0100 Subject: tests: Sockets: adapt to have reproducible output and enable autotest Change-Id: I5414076c6846b849973bcdeb3f2358b28dcb004c --- tests/testsuite.at | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/testsuite.at') 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]) -- cgit v1.2.3