diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-08 18:49:03 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-08 18:49:03 -0400 |
| commit | 1fd2b900a5f97379e80adc411d3763f9ba811570 (patch) | |
| tree | 3fc2bfee94dc4d34292b563a215731da76cf4df8 | |
| parent | e314577d9c775bd189e9494e7700e2e04cf79c21 (diff) | |
pke: test: add disabled audio test to run list
| -rw-r--r-- | tests/pke-test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pke-test.cpp b/tests/pke-test.cpp index d695aa8..21babbb 100644 --- a/tests/pke-test.cpp +++ b/tests/pke-test.cpp @@ -41,6 +41,7 @@ int main(int argc, char *argv[]) pke_test_static_ui_get_group, pke_test_serialization_get_group, pke_test_asset_manager_get_group, + // pke_test_audio_get_group, NULL, }; |
