From 759b0e74d11d64934aaad47b8ddb55103cbd7216 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 11 Dec 2024 15:14:24 +0800 Subject: [PATCH] add unitest 2 shell --- tests/unit/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/ci.sh b/tests/unit/ci.sh index 72b4678d6..daf40f721 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -14,6 +14,7 @@ function main(){ cd ${speech_ci_path}/tts python test_data_table.py python test_enfrontend.py + python test_fftconv1d.py python test_mixfrontend.py echo "End TTS"