test.h 332 B

1234567891011121314151617
  1. /*
  2. * Copyright 2010-2016 Branimir Karadzic. All rights reserved.
  3. * License: https://github.com/bkaradzic/bx#license-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__