Cleanup and add self-test

This commit is contained in:
KazushiM
2022-02-07 00:27:35 +08:00
parent eed44be28b
commit c3432281da
10 changed files with 1893 additions and 2489 deletions

View File

@@ -0,0 +1,9 @@
export CC := g++-11
all: test
test:
$(CC) ldr_oc_suite.cpp test.cpp -o ./test -O2 -std=c++20 -DOC_TEST
clean:
rm ./test