aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/test/mpt_tests_crypto.cpp
blob: ddc76bfcd16b86ec669675536efdc7d52c98bfec (plain) (blame)
1
2
3
4
5
6
7
8
9
10

#include "stdafx.h"

#ifdef ENABLE_TESTS

#ifdef MODPLUG_TRACKER
#include "mpt/crypto/tests/tests_crypto.hpp"
#endif // MODPLUG_TRACKER

#endif