11 lines
161 B
C++
11 lines
161 B
C++
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
#ifdef ENABLE_TESTS
|
||
|
|
||
|
#ifdef MODPLUG_TRACKER
|
||
|
#include "mpt/uuid_namespace/tests/tests_uuid_namespace.hpp"
|
||
|
#endif // MODPLUG_TRACKER
|
||
|
|
||
|
#endif
|