Add initial unit test codes using Catch.
Add Kuroga build script.
This commit is contained in:
13
tests/Makefile
Normal file
13
tests/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
.PHONY: clean
|
||||
|
||||
tester: tester.cc
|
||||
g++ -g -O0 -o tester tester.cc
|
||||
|
||||
all: tester
|
||||
|
||||
check: tester
|
||||
./tester
|
||||
|
||||
clean:
|
||||
rm -rf tester
|
||||
|
||||
Reference in New Issue
Block a user