You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: test/unit/test.unit.util.onbailout/implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the test.unit.util.onbailout project.
  5. *
  6. * Created: 29th April 2008
  7. * Updated: 29th November 2010
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 2008-2010, Synesis Software Pty Ltd.
  14. * All rights reserved.
  15. *
  16. * www: http://www.synesis.com.au/software
  17. *
  18. * ////////////////////////////////////////////////////////////////////// */
  19. /* xTests Header Files */
  20. #include <xtests/implicit_link.h>
  21. /* Pantheios Header Files */
  22. #include <pantheios/implicit_link/util.h>
  23. /* shwild Header Files */
  24. #include <shwild/implicit_link.h>
  25. /* UNIXem Header Files */
  26. #include <platformstl/platformstl.h>
  27. #if defined(PLATFORMSTL_OS_IS_UNIX) && \
  28. defined(_WIN32)
  29. # include <unixem/implicit_link.h>
  30. #endif /* OS */
  31. /* ///////////////////////////// end of file //////////////////////////// */