mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
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
|
Reference in New Issue
Block a user