Add Tests

This commit is contained in:
2020-06-10 11:50:22 +02:00
parent ea92eb7b2b
commit b61fefd11f
8 changed files with 120 additions and 3 deletions
+6 -1
View File
@@ -8,6 +8,11 @@ Network.a.$(ARCH) : $(OBJECTS)
Network.a:
$(call build_target,$@)
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Network.a.$(ARCH)
$(call build_target_arch,$@,$^)
test:
$(call build_target,$@)
.DEFAULT_GOAL := Network.a
TARGETS += Network.a
TARGETS += Network.a test