Minor work

Add acutest
This commit is contained in:
Robin Jones 2023-02-27 01:21:21 +00:00
parent 00264c6081
commit 8595d4f713
3 changed files with 1856 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# .DEFAULT_GOAL := mytarget
EXE_NAME = N64FlashcartMenu
SOURCE_DIR = src
@ -35,6 +37,10 @@ clean:
$(shell rm -rf ./$(BUILD_DIR))
.PHONY: clean
# run:
# test:
finalize-sc64:
$(shell cd ./$(BUILD_DIR) && python3 ../tools/finalize.py ./$(EXE_NAME).z64)

View File

@ -0,0 +1,11 @@
# Source
https://github.com/mity/acutest
# License
MIT
# Description
Used for unit tests.
# Notes
It might be preferable to change to a submodule.

1839
src/libs/acutest/acutest.h Normal file

File diff suppressed because it is too large Load Diff