# HG changeset patch # User bartv # Date 1045786088 0 # Node ID 603f78f0d43ae527199b56621cabb31914ceba91 # Parent 441bf88493d785a85c9eb241bcecbf0a97d3d5ac Tweak CDL definitions of test cases to avoid problems with the GUI configtool diff --git a/packages/io/fileio/current/ChangeLog b/packages/io/fileio/current/ChangeLog --- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 Bart Veer + + * cdl/fileio.cdl: identify test binaries, not test sources + 2003-01-30 Andrew Lunn * cdl/fileio.cdl: Added interface CYGINT_IO_FILEIO_FS which any diff --git a/packages/io/fileio/current/cdl/fileio.cdl b/packages/io/fileio/current/cdl/fileio.cdl --- a/packages/io/fileio/current/cdl/fileio.cdl +++ b/packages/io/fileio/current/cdl/fileio.cdl @@ -230,7 +230,7 @@ cdl_package CYGPKG_IO_FILEIO { 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." } diff --git a/packages/services/cpuload/current/ChangeLog b/packages/services/cpuload/current/ChangeLog --- a/packages/services/cpuload/current/ChangeLog +++ b/packages/services/cpuload/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 Bart Veer + + * cdl/cpuload.cdl: identify test binaries, not test sources + 2002-08-15 Andrew Lunn * Created a new package with my CPU load measurement code which diff --git a/packages/services/cpuload/current/cdl/cpuload.cdl b/packages/services/cpuload/current/cdl/cpuload.cdl --- a/packages/services/cpuload/current/cdl/cpuload.cdl +++ b/packages/services/cpuload/current/cdl/cpuload.cdl @@ -66,7 +66,7 @@ cdl_package CYGPKG_CPULOAD { display "CPU load measurement tests" flavor data no_define - calculated { "tests/cpuload.c" } + calculated { "tests/cpuload" } } } diff --git a/packages/services/crc/current/ChangeLog b/packages/services/crc/current/ChangeLog --- a/packages/services/crc/current/ChangeLog +++ b/packages/services/crc/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 Bart Veer + + * cdl/crc.cdl: specify test binaries, not test sources + 2002-10-28 Andrew Lunn * */*: Fixed 32-bit reliance. diff --git a/packages/services/crc/current/cdl/crc.cdl b/packages/services/crc/current/cdl/crc.cdl --- a/packages/services/crc/current/cdl/crc.cdl +++ b/packages/services/crc/current/cdl/crc.cdl @@ -63,7 +63,7 @@ cdl_package CYGPKG_CRC { display "POSIX CRC tests" flavor data no_define - calculated { "tests/crc_test.c" } + calculated { "tests/crc_test" } } }