# HG changeset patch # User bartv # Date 1101141565 0 # Node ID ae5a02813cce928d9ace3712f98b7219d9c56df8 # Parent fac0499dabd6fcf51ee833cc53888f1ac2ff18bf Fix typo in testcase definition diff --git a/packages/devs/flash/synth/current/ChangeLog b/packages/devs/flash/synth/current/ChangeLog --- a/packages/devs/flash/synth/current/ChangeLog +++ b/packages/devs/flash/synth/current/ChangeLog @@ -1,3 +1,7 @@ +2004-11-22 Bart Veer + + * cdl/flash_synth.cdl: fix testcase definitions + 2004-08-03 Andrew Lunn * cdl/flash_synth.cdl: Indicate we need the legacy device API. diff --git a/packages/devs/flash/synth/current/cdl/flash_synth.cdl b/packages/devs/flash/synth/current/cdl/flash_synth.cdl --- 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." }