test.h 310 B

12345678910111213141516
  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. #if !BX_COMPILER_MSVC
  10. # define _strdup strdup
  11. #endif // !BX_COMPILER_MSVC
  12. #endif // __TEST_H__