changeset 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 018143c925ee
children 8f2b36bfe8db
files packages/kernel/current/ChangeLog packages/kernel/current/tests/fptest.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-25  Nick Garnett  <nickg@calivar.com>
+
+	* tests/fptest.c (alarm_fn): Added CYG_TEST_PASS() call to keep
+	configtool happy.
+
 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/kernel.cdl: Update doc links.
--- 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");
     }