mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Minor work
Add acutest
This commit is contained in:
parent
00264c6081
commit
8595d4f713
6
Makefile
6
Makefile
@ -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)
|
||||
|
||||
|
11
src/libs/acutest/README.md
Normal file
11
src/libs/acutest/README.md
Normal 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
1839
src/libs/acutest/acutest.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user