inital commit for the tester
This commit is contained in:
9
tester/main.cpp
Normal file
9
tester/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <Windows.h>
|
||||
#include <cstdint>
|
||||
#include "../test_cases/test_cases.h"
|
||||
|
||||
#pragma comment(lib, "..\\x64\\debug\\test_cases.lib")
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
SelfTest();
|
||||
}
|
||||
Reference in New Issue
Block a user