Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
32
Src/external_dependencies/openmpt-trunk/test/TestTools.h
Normal file
32
Src/external_dependencies/openmpt-trunk/test/TestTools.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
/*
|
||||
* TestTools.h
|
||||
* -----------
|
||||
* Purpose: Unit test framework.
|
||||
* Notes :
|
||||
* Authors: OpenMPT Devs
|
||||
* The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "openmpt/all/BuildSettings.hpp"
|
||||
|
||||
#include "TestToolsTracker.h"
|
||||
#include "TestToolsLib.h"
|
||||
|
||||
#include "../common/mptPathString.h"
|
||||
|
||||
OPENMPT_NAMESPACE_BEGIN
|
||||
|
||||
#ifdef ENABLE_TESTS
|
||||
|
||||
namespace Test
|
||||
{
|
||||
|
||||
mpt::PathString GetPathPrefix();
|
||||
|
||||
} // namespace Test
|
||||
|
||||
OPENMPT_NAMESPACE_END
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue