Update run_tests.py to work on Windows. Removed JIT-based testing path entirely.

This commit is contained in:
Matt Pharr
2011-12-06 13:45:11 -08:00
parent d59131d670
commit 04df63d955
7 changed files with 164 additions and 710 deletions

View File

@@ -39,6 +39,10 @@
#define ISPC_IS_APPLE
#endif
#ifdef ISPC_IS_WINDOWS
#include <windows.h>
#endif // ISPC_IS_WINDOWS
#include <string.h>
#include <stdio.h>
#include <assert.h>