Add Tests

This commit is contained in:
2020-06-10 10:16:28 +02:00
parent e7d247ca42
commit 709df81110
9 changed files with 335 additions and 1 deletions
+6 -1
View File
@@ -8,6 +8,11 @@ Timer.a.$(ARCH) : $(OBJECTS)
Timer.a:
$(call build_target,$@)
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Timer.a.$(ARCH)
$(call build_target_arch,$@,$^)
test:
$(call build_target,$@)
.DEFAULT_GOAL := Timer.a
TARGETS += Timer.a
TARGETS += Timer.a test