Add test for Parakeet.system_info_str

This commit is contained in:
Kitaiti Makoto 2026-05-29 19:11:40 +09:00
parent 07dabf2e83
commit aadd3682bc
1 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,8 @@ class TestParakeet < TestBase
$stdout = STDOUT
Parakeet.log_set log_callback, user_data
end
def test_system_info_str
assert_match /\APARAKEET : MTL : EMBED_LIBRARY = \d \| CPU : NEON = \d \|/, Parakeet.system_info_str
end
end