test.h 327 B

1234567891011121314151617
  1. /*
  2. * Copyright 2010-2013 Branimir Karadzic. All rights reserved.
  3. * License: http://www.opensource.org/licenses/BSD-2-Clause
  4. */
  5. #ifndef __TEST_H__
  6. #define __TEST_H__
  7. #include <bx/bx.h>
  8. #include <UnitTest++.h>
  9. #include "dbg.h"
  10. #if !BX_COMPILER_MSVC
  11. # define _strdup strdup
  12. #endif // !BX_COMPILER_MSVC
  13. #endif // __TEST_H__