mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Introducing quiz, the testing framework
This commit is contained in:
10
quiz/Makefile
Normal file
10
quiz/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
symbols_file = $(addprefix quiz/src/, symbols.c)
|
||||
products += $(symbols_file)
|
||||
|
||||
$(symbols_file): $(tests)
|
||||
@echo "AWK $@"
|
||||
@awk -f quiz/src/symbols.awk $(tests) > $@
|
||||
|
||||
test_objs = $(subst .c,.o, $(subst .cpp,.o,$(tests)))
|
||||
|
||||
test.elf: quiz/src/symbols.o $(test_objs)
|
||||
Reference in New Issue
Block a user