Mercurial > flash_v2
changeset 1751:ae5a02813cce
Fix typo in testcase definition
| author | bartv |
|---|---|
| date | Mon, 22 Nov 2004 16:39:25 +0000 |
| parents | fac0499dabd6 |
| children | 61fbcc1cb232 |
| files | packages/devs/flash/synth/current/ChangeLog packages/devs/flash/synth/current/cdl/flash_synth.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/synth/current/ChangeLog +++ b/packages/devs/flash/synth/current/ChangeLog @@ -1,3 +1,7 @@ +2004-11-22 Bart Veer <bartv@ecoscentric.com> + + * cdl/flash_synth.cdl: fix testcase definitions + 2004-08-03 Andrew Lunn <andrew.lunn@ascom.ch> * cdl/flash_synth.cdl: Indicate we need the legacy device API.
--- a/packages/devs/flash/synth/current/cdl/flash_synth.cdl +++ b/packages/devs/flash/synth/current/cdl/flash_synth.cdl @@ -122,7 +122,7 @@ cdl_package CYGPKG_DEVS_FLASH_SYNTH { display "Synth flash tests" flavor data no_define - calculated { "tests/flash1.c test2/flash2.c"} + calculated { "tests/flash1 tests/flash2"} description " This option specifies the set of tests for the synth flash package." }
