| commit | d99acabff1dff799107f625dbf987984c06dd84e | [log] [tgz] |
|---|---|---|
| author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Mon May 11 13:40:39 2020 +0200 |
| committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Mon May 11 13:47:10 2020 +0200 |
| tree | 3b9a8b3b20c1c85d9522f69e1d1af99c1b2e8709 | |
| parent | 346e992cab40d4e670c5a4c1ab6c63eb47440077 [diff] [blame] |
CMSIS-DSP: Update link script for test framework.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp index 14293c6..aecdb43 100644 --- a/CMSIS/DSP/Testing/testmain.cpp +++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -19,11 +19,10 @@ // char* array describing the tests and the input patterns. // Reference patterns are ignored in this case. #include "TestDrive.h" -#include "Patterns.h" -int testmain() +int testmain(const char *patterns) { char *memoryBuf=NULL;