diff packages/kernel/current/tests/fptest.c @ 760:74589c7c236e

* tests/fptest.c (alarm_fn): Added CYG_TEST_PASS() call to keep configtool happy.
author nickg
date Tue, 25 Feb 2003 18:42:00 +0000
parents 0c5540a10fcc
children a9ff9f7e3010
line wrap: on
line diff
--- a/packages/kernel/current/tests/fptest.c
+++ b/packages/kernel/current/tests/fptest.c
@@ -205,6 +205,8 @@ static void alarm_fn(cyg_handle_t alarm,
     {
         if( errors )
             CYG_TEST_FAIL("Errors detected");
+        else
+            CYG_TEST_PASS("OK");            
         
         CYG_TEST_FINISH("FP Test done");
     }