fix(tests): make test_renderer return 1 if not enough parameters

This commit is contained in:
vsariola 2021-04-10 15:14:19 +03:00
parent 05e6f6da4e
commit fc89973848

View File

@ -35,6 +35,7 @@ int main(int argc, char* argv[]) {
if (argc < 2) {
fprintf(stderr, "usage: [test] path/to/expected_wave.raw");
return 1;
}
#ifdef SU_LOAD_GMDLS