mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
fix(tests): make test_renderer return 1 if not enough parameters
This commit is contained in:
parent
05e6f6da4e
commit
fc89973848
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user