11 lines
145 B
C++
11 lines
145 B
C++
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
#ifdef ENABLE_TESTS
|
||
|
|
||
|
#ifdef MODPLUG_TRACKER
|
||
|
#include "mpt/crypto/tests/tests_crypto.hpp"
|
||
|
#endif // MODPLUG_TRACKER
|
||
|
|
||
|
#endif
|