mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Use a simplified naming scheme for tests.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
#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);
|
||||
}
|
||||
Reference in New Issue
Block a user