Remove automatically generated test .cpp files.

This was SVN commit r14596.
This commit is contained in:
JoshuaJB 2014-01-17 20:17:56 +00:00
parent 32258b2ba3
commit 94822b791f
2 changed files with 0 additions and 52 deletions

View File

@ -1,26 +0,0 @@
/* 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;

View File

@ -1,26 +0,0 @@
/* 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_sha.h"
static TestEncryptionSha256 suite_TestEncryptionSha256;
static CxxTest::List Tests_TestEncryptionSha256 = { 0, 0 };
CxxTest::StaticSuiteDescription suiteDescription_TestEncryptionSha256( "../../../source/third_party/encryption/tests/test_sha.h", 22, "TestEncryptionSha256", suite_TestEncryptionSha256, Tests_TestEncryptionSha256 );
static class TestDescription_TestEncryptionSha256_test_sha256 : public CxxTest::RealTestDescription {
public:
TestDescription_TestEncryptionSha256_test_sha256() : CxxTest::RealTestDescription( Tests_TestEncryptionSha256, suiteDescription_TestEncryptionSha256, 25, "test_sha256" ) {}
void runTest() { suite_TestEncryptionSha256.test_sha256(); }
} testDescription_TestEncryptionSha256_test_sha256;