CMSIS-DSP:Added tests for arm_linear_interp f32, q31, q15 and q7.
diff --git a/CMSIS/DSP/Testing/runAllTests.py b/CMSIS/DSP/Testing/runAllTests.py
index 40bed12..9459e2f 100755
--- a/CMSIS/DSP/Testing/runAllTests.py
+++ b/CMSIS/DSP/Testing/runAllTests.py
@@ -79,6 +79,9 @@
msg("Basic Tests")
processAndRun(BUILDFOLDER,FVP,"BasicTests",custom=custom)
+msg("Interpolation Tests")
+processAndRun(BUILDFOLDER,FVP,"InterpolationTests",custom=custom)
+
msg("Complex Tests")
processAndRun(BUILDFOLDER,FVP,"ComplexTests",custom=custom)