Make tests work on MSVC.

Add project files for Opus tests, fixup test source for Win32.
This commit is contained in:
Gian-Carlo Pascutto 2012-07-12 21:40:37 +02:00 committed by Jean-Marc Valin
parent f57be69f07
commit c0edd63737
10 changed files with 346 additions and 0 deletions

View file

@ -36,7 +36,9 @@
#include <math.h>
#include <string.h>
#include <time.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#include "opus_multistream.h"
#include "opus.h"
#include "../src/opus_private.h"