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]

avoid problems with configtool


The GUI configtool expects the CDL to contain the names of the test
executables, not the sources, and gets confused. Ideally the
configtool would be more tolerant, but for the 2.0 release it is
easier to fix up the three affected packages.

Committed to trunk, approval needed for release branch.

Bart

2003-02-20  Bart Veer  <bartv at ecoscentric dot com>

	* cdl/fileio.cdl: identify test binaries, not test sources

Index: fileio.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/fileio/current/cdl/fileio.cdl,v
retrieving revision 1.10
diff -u -u -r1.10 fileio.cdl
--- fileio.cdl	3 Feb 2003 16:26:05 -0000	1.10
+++ fileio.cdl	20 Feb 2003 23:52:13 -0000
@@ -230,7 +230,7 @@
             display "Fileio tests"
             flavor  data
             no_define
-            calculated { "tests/fileio1.c tests/socket.c tests/select.c tests/stdio.c tests/pselect.c" }
+            calculated { "tests/fileio1 tests/socket tests/select tests/stdio tests/pselect" }
             description   "
                 This option specifies the set of tests for the FileIO package."
         }

2003-02-20  Bart Veer  <bartv at ecoscentric dot com>

	* cdl/cpuload.cdl: identify test binaries, not test sources

Index: cpuload.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/cpuload/current/cdl/cpuload.cdl,v
retrieving revision 1.2
diff -u -u -r1.2 cpuload.cdl
--- cpuload.cdl	14 Nov 2002 23:49:08 -0000	1.2
+++ cpuload.cdl	20 Feb 2003 23:54:14 -0000
@@ -66,7 +66,7 @@
         display "CPU load measurement tests"
         flavor  data   
         no_define      
-        calculated { "tests/cpuload.c" }
+        calculated { "tests/cpuload" }
     }
 }
 
2003-02-20  Bart Veer  <bartv at ecoscentric dot com>

	* cdl/crc.cdl: specify test binaries, not test sources

Index: crc.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/crc/current/cdl/crc.cdl,v
retrieving revision 1.1
diff -u -u -r1.1 crc.cdl
--- crc.cdl	9 Aug 2002 10:27:03 -0000	1.1
+++ crc.cdl	20 Feb 2003 23:55:16 -0000
@@ -63,7 +63,7 @@
         display "POSIX CRC tests"
         flavor  data
         no_define
-        calculated { "tests/crc_test.c" }
+        calculated { "tests/crc_test" }
     }
 }
 


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