From 3c3ccd9df79b776e009a9d02236885e9c409908c Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Wed, 22 Nov 2006 05:03:32 +0000 Subject: [PATCH] Uncommented the file and memory tests. --- test/lladd/check_io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/lladd/check_io.c b/test/lladd/check_io.c index 8dcd564..a38ae4f 100644 --- a/test/lladd/check_io.c +++ b/test/lladd/check_io.c @@ -38,10 +38,10 @@ authors grant the U.S. Government and others acting in its behalf permission to use and distribute the software in accordance with the terms specified in this license. ---*/ +#include #include #include -#include #include #include @@ -429,8 +429,8 @@ Suite * check_suite(void) { tcase_set_timeout(tc, 600); // ten minute timeout /* Sub tests are added, one per line, here */ - // tcase_add_test(tc, io_memoryTest); - //tcase_add_test(tc, io_fileTest); + tcase_add_test(tc, io_memoryTest); + tcase_add_test(tc, io_fileTest); tcase_add_test(tc, io_nonBlockingTest); /* --------------------------------------------- */ tcase_add_checked_fixture(tc, setup, teardown);