mirror of
https://github.com/akai-katto/dandere2x.git
synced 2026-04-14 09:51:04 +02:00
5 lines
123 B
C++
5 lines
123 B
C++
#include "testcases/BlockMatchingMemoizationTestCases.h"
|
|
|
|
int main(){
|
|
TestBlockMatchingMemoization::run_test_cases();
|
|
} |