test.h 418 B

123456789101112131415161718192021222324
  1. /*
  2. * test.h
  3. * ------
  4. * Purpose: Unit tests for OpenMPT.
  5. * Notes : We need FAAAAAAAR more unit tests!
  6. * Authors: Olivier Lapicque
  7. * OpenMPT Devs
  8. * The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
  9. */
  10. #pragma once
  11. #include "openmpt/all/BuildSettings.hpp"
  12. OPENMPT_NAMESPACE_BEGIN
  13. namespace Test {
  14. void DoTests();
  15. } // namespace Test
  16. OPENMPT_NAMESPACE_END