diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_all.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.bat b/test/test_all.bat index 0bcb787..20a55a0 100644 --- a/test/test_all.bat +++ b/test/test_all.bat @@ -11,4 +11,7 @@ call test_misc echo *** test APX *** set FILE=apx call test_misc +echo *** test AVX10 *** +set FILE=avx10_test +call test_misc echo *** all test end *** |