commit | 3f7bbfb22d1a6499f04ed89dd7d4f3d5a45282f3 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed May 06 07:10:29 2020 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed May 06 07:11:03 2020 +0200 |
tree | 259c1bc6f84659cf09950e53a0e707e239c09c38 | |
parent | e409b45096e7ce7ffaa91b7cfa148af17e84cca5 [diff] [blame] |
CMSIS-DSP: Improve IPSS support in test framework.
diff --git a/CMSIS/DSP/Testing/main.cpp b/CMSIS/DSP/Testing/main.cpp index d9de3636..4999047 100644 --- a/CMSIS/DSP/Testing/main.cpp +++ b/CMSIS/DSP/Testing/main.cpp
@@ -1,5 +1,7 @@ +#include <stdio.h> extern int testmain(); + int main() { return(testmain());