Add external libs for comparisons and benchmarks.
This commit is contained in:
10
extern/CMP_Core/test/TestsMain.cpp
vendored
Normal file
10
extern/CMP_Core/test/TestsMain.cpp
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
#define CATCH_CONFIG_RUNNER
|
||||
#include "../../../Common/Lib/Ext/Catch2/catch.hpp"
|
||||
#include "CompressonatorTests.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
AssignExpectedColorsToBlocks();
|
||||
int result = Catch::Session().run(argc, argv);
|
||||
|
||||
return result;
|
||||
}
|
Reference in New Issue
Block a user