Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Dec 6, 2023
1 parent 57e0703 commit aab2bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define NO_REPEAT_RANDOM
#define AUDIO_RATE 44100
#define SCOPED_PROFILER() do {} while(0)
void MountSDCard() {}

#define CHECK(X) do { \
if (!(X)) { fprintf(stderr, "%s failed, line %d\n", #X, __LINE__); exit(1); } \
Expand Down

0 comments on commit aab2bdc

Please sign in to comment.