Various fixes to test running script for Windows.

Also, removed the --valgrind option and replaced it with a more
general --wrap-exe option, which can be used both for running
Valgrind and SDE.
This commit is contained in:
Matt Pharr
2012-01-26 10:55:27 -08:00
parent e612abe4ba
commit 65f3252760
2 changed files with 30 additions and 16 deletions

View File

@@ -1,7 +1,9 @@
#ifndef MY_STDINT_H
#define MY_STDINT_H 1
typedef unsigned __int32 uint32_t;
typedef __int32 int32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#endif // MY_STDINT_H
#endif // MY_STDINT_H