This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fptest -- trivial fix


Applied to both trunk and v2.0 branch.


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v
retrieving revision 1.96
diff -u -5 -r1.96 ChangeLog
--- ChangeLog	24 Feb 2003 14:06:54 -0000	1.96
+++ ChangeLog	25 Feb 2003 18:37:21 -0000
@@ -1,5 +1,10 @@
+2003-02-25  Nick Garnett  <nickg at calivar dot com>
+
+	* tests/fptest.c (alarm_fn): Added CYG_TEST_PASS() call to keep
+	configtool happy.
+
 2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
 
 	* cdl/kernel.cdl: Update doc links.
 	* cdl/synch.cdl: Ditto.
 	* cdl/thread.cdl: Ditto.
Index: tests/fptest.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/tests/fptest.c,v
retrieving revision 1.2
diff -u -5 -r1.2 fptest.c
--- tests/fptest.c	19 Feb 2003 19:14:48 -0000	1.2
+++ tests/fptest.c	25 Feb 2003 18:37:21 -0000
@@ -203,10 +203,12 @@
 
     if( alarm_ticks >= run_ticks )
     {
         if( errors )
             CYG_TEST_FAIL("Errors detected");
+        else
+            CYG_TEST_PASS("OK");            
         
         CYG_TEST_FINISH("FP Test done");
     }
     else
     {


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]