mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
11 lines
234 B
C
11 lines
234 B
C
|
|
#include "../test_common/ma_test_common.c"
|
|
#include "ma_test_automated_data_converter.c"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
ma_register_test("Data Conversion", test_entry__data_converter);
|
|
|
|
return ma_run_tests(argc, argv);
|
|
}
|