Mercurial > ecos
changeset 2847:bac252703e60
* net/common/current/cdl/net.cdl,
net/ftpclient/current/cdl/ftpclient.cdl,
net/sntp/current/cdl/sntp.cdl,
services/compress/zlib/current/cdl/compress_zlib.cdl: Reference test
executable filenames for compatibility with the eCos Configuration Tool.
| author | jld |
|---|---|
| date | Mon, 09 Mar 2009 14:18:58 +0000 |
| parents | 9a56db249d3d |
| children | 423d7e4ddb11 |
| files | packages/net/common/current/ChangeLog packages/net/common/current/cdl/net.cdl packages/net/ftpclient/current/ChangeLog packages/net/ftpclient/current/cdl/ftpclient.cdl packages/net/sntp/current/ChangeLog packages/net/sntp/current/cdl/sntp.cdl packages/services/compress/zlib/current/ChangeLog packages/services/compress/zlib/current/cdl/compress_zlib.cdl |
| diffstat | 8 files changed, 32 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,8 @@ +2009-03-09 John Dallaway <john@dallaway.org.uk> + + * cdl/net.cdl: Reference test executable filenames for compatibility + with the eCos Configuration Tool. + 2008-04-13 Andrew Lunn <andrew.lunn@ascom.ch> * tests/server_test.c (server_test): Fix typo with atoi which @@ -923,7 +928,7 @@ 2002-01-28 Gary Thomas <gthomas@redhat # ####GPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2009 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
--- a/packages/net/common/current/cdl/net.cdl +++ b/packages/net/common/current/cdl/net.cdl @@ -8,7 +8,7 @@ # ####ECOSPDCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2009 Free Software Foundation, Inc. # # Permission is granted to use, copy, modify and redistribute this # file. @@ -534,7 +534,7 @@ cdl_package CYGPKG_NET { tests/udp_lo_test \ tests/multi_lo_select \ tests/tcp_lo_select \ - tests/addr_test.c " + tests/addr_test" : "tests/ping_lo_test \ tests/tcp_lo_test \
--- a/packages/net/ftpclient/current/ChangeLog +++ b/packages/net/ftpclient/current/ChangeLog @@ -1,3 +1,8 @@ +2009-03-09 John Dallaway <john@dallaway.org.uk> + + * cdl/ftpclient.cdl: Reference test executable filenames for + compatibility with the eCos Configuration Tool. + 2006-09-11 Daniel Néri <daniel.neri@sigicom.se> * src/ftpclient.c (send_cmd): Use correct variable in error check. @@ -60,7 +65,7 @@ 2001-11-04 Andrew Lunn <andrew.lunn@as // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/net/ftpclient/current/cdl/ftpclient.cdl +++ b/packages/net/ftpclient/current/cdl/ftpclient.cdl @@ -8,7 +8,7 @@ ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2009 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -111,7 +111,7 @@ cdl_package CYGPKG_NET_FTPCLIENT { display "FTP Client tests" flavor data no_define - calculated { "tests/ftpclient1.c"} + calculated { "tests/ftpclient1"} description " This option specifies the set of tests for the ftpclient package." }
--- a/packages/net/sntp/current/ChangeLog +++ b/packages/net/sntp/current/ChangeLog @@ -1,3 +1,8 @@ +2009-03-09 John Dallaway <john@dallaway.org.uk> + + * cdl/sntp.cdl: Reference test executable filenames for compatibility + with the eCos Configuration Tool. + 2006-11-08 Andre Mas <andrejohn.mas@gmail.com> * src/sntp.c: Removed optional KeyIdentifer and MessageDigest @@ -70,7 +75,7 @@ 2003-02-16 Andrew Lunn <andrew.lunn@as // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2003 Free Software Foundation, Inc. +// Copyright (C) 2003, 2009 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/net/sntp/current/cdl/sntp.cdl +++ b/packages/net/sntp/current/cdl/sntp.cdl @@ -8,7 +8,7 @@ ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2003 Free Software Foundation, Inc. +## Copyright (C) 2003, 2009 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -118,7 +118,7 @@ cdl_package CYGPKG_NET_SNTP { display "sntp tests" flavor data no_define - calculated { CYGPKG_NET_BUILD_HW_TESTS ? "tests/sntp1.c" : "" } + calculated { CYGPKG_NET_BUILD_HW_TESTS ? "tests/sntp1" : "" } } }
--- a/packages/services/compress/zlib/current/ChangeLog +++ b/packages/services/compress/zlib/current/ChangeLog @@ -1,3 +1,8 @@ +2009-03-09 John Dallaway <john@dallaway.org.uk> + + * cdl/compress_zlib.cdl: Reference test executable filenames for + compatibility with the eCos Configuration Tool. + 2005-10-16 Peter Korsgaard <jacmet@sunsite.dk> * cdl/compress_zlib.cdl (CYGFUN_COMPRESS_ZLIB_GZIO): New option to @@ -192,7 +197,7 @@ 2001-03-08 Jesper Skov <jskov@redhat.c // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/services/compress/zlib/current/cdl/compress_zlib.cdl +++ b/packages/services/compress/zlib/current/cdl/compress_zlib.cdl @@ -8,7 +8,7 @@ ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -162,7 +162,7 @@ cdl_package CYGPKG_COMPRESS_ZLIB { display "zlib tests" flavor data no_define - calculated { "tests/zlib1.c tests/zlib2.c" } + calculated { "tests/zlib1 tests/zlib2" } } }
