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]

V2 flash - fix typo


The old synthetic flash driver specified a non-existent testcase
test2/flash2.c

Bart

Index: cdl/flash_synth.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synth/current/cdl/flash_synth.cdl,v
retrieving revision 1.3.4.1
diff -u -r1.3.4.1 flash_synth.cdl
--- cdl/flash_synth.cdl	5 Aug 2004 13:34:45 -0000	1.3.4.1
+++ cdl/flash_synth.cdl	22 Nov 2004 16:36:49 -0000
@@ -122,7 +122,7 @@
         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."
     }
Index: cdl/flash_synth.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synth/current/cdl/flash_synth.cdl,v
retrieving revision 1.3.4.1
diff -u -r1.3.4.1 flash_synth.cdl
--- cdl/flash_synth.cdl	5 Aug 2004 13:34:45 -0000	1.3.4.1
+++ cdl/flash_synth.cdl	22 Nov 2004 16:37:53 -0000
@@ -122,7 +122,7 @@
         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."
     }


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