forked from mirrors/0ad
32258b2ba3
This was SVN commit r14595.
27 lines
1.1 KiB
C++
27 lines
1.1 KiB
C++
/* Generated file, do not edit */
|
|
|
|
#ifndef CXXTEST_RUNNING
|
|
#define CXXTEST_RUNNING
|
|
#endif
|
|
|
|
#define _CXXTEST_HAVE_STD
|
|
#include "precompiled.h"
|
|
#include <cxxtest/TestListener.h>
|
|
#include <cxxtest/TestTracker.h>
|
|
#include <cxxtest/TestRunner.h>
|
|
#include <cxxtest/RealDescriptions.h>
|
|
|
|
#include "../../../source/third_party/encryption/tests/test_pkcs5_pbkdf5.h"
|
|
|
|
static TestEncryptionPkcs5Pbkd2 suite_TestEncryptionPkcs5Pbkd2;
|
|
|
|
static CxxTest::List Tests_TestEncryptionPkcs5Pbkd2 = { 0, 0 };
|
|
CxxTest::StaticSuiteDescription suiteDescription_TestEncryptionPkcs5Pbkd2( "../../../source/third_party/encryption/tests/test_pkcs5_pbkdf5.h", 22, "TestEncryptionPkcs5Pbkd2", suite_TestEncryptionPkcs5Pbkd2, Tests_TestEncryptionPkcs5Pbkd2 );
|
|
|
|
static class TestDescription_TestEncryptionPkcs5Pbkd2_test_pkcs5_pbkd2 : public CxxTest::RealTestDescription {
|
|
public:
|
|
TestDescription_TestEncryptionPkcs5Pbkd2_test_pkcs5_pbkd2() : CxxTest::RealTestDescription( Tests_TestEncryptionPkcs5Pbkd2, suiteDescription_TestEncryptionPkcs5Pbkd2, 25, "test_pkcs5_pbkd2" ) {}
|
|
void runTest() { suite_TestEncryptionPkcs5Pbkd2.test_pkcs5_pbkd2(); }
|
|
} testDescription_TestEncryptionPkcs5Pbkd2_test_pkcs5_pbkd2;
|
|
|