Use a simplified naming scheme for tests.

This commit is contained in:
David Reid
2025-02-22 12:29:56 +10:00
parent 3fd7c9f199
commit 3435aafb34
21 changed files with 12 additions and 12 deletions
+10
View File
@@ -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);
}