Skip to content

Commit

Permalink
Disable tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 18, 2001
1 parent e2ad627 commit 8329dc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playwave.c
Expand Up @@ -37,11 +37,11 @@
/*
* rcg06132001 various mixer tests. Define the ones you want.
*/
#define TEST_MIX_VERSIONS
#define TEST_MIX_CHANNELFINISHED
/*#define TEST_MIX_VERSIONS*/
/*#define TEST_MIX_CHANNELFINISHED*/
/*#define TEST_MIX_PANNING*/
/*#define TEST_MIX_DISTANCE*/
#define TEST_MIX_POSITION
/*#define TEST_MIX_POSITION*/


#if (defined TEST_MIX_POSITION)
Expand Down

0 comments on commit 8329dc7

Please sign in to comment.