CMSIS-DSP: New testing framework
(For our internal use. In short term, we won't give support about it).
CMSIS-DSP: Update to cmake build for the testing framework
CMSIS-NN:Implementation of arm_fully_connected_s8
Use API and quantization compatible with TF Lite.
diff --git a/CMSIS/DSP/Testing/main.cpp b/CMSIS/DSP/Testing/main.cpp
new file mode 100644
index 0000000..ece7321
--- /dev/null
+++ b/CMSIS/DSP/Testing/main.cpp
@@ -0,0 +1,6 @@
+extern int testmain();
+
+int main()
+{
+ return(testmain());
+}
\ No newline at end of file