Add Tests

This commit is contained in:
2020-06-14 16:33:19 +02:00
parent c1951f0e4d
commit b22c2b2f4d
6 changed files with 236 additions and 2 deletions
+6 -1
View File
@@ -7,6 +7,11 @@ Http.a.$(ARCH) : $(OBJECTS)
Http.a:
$(call build_target,$@)
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Http.a.$(ARCH)
$(call build_target_arch,$@,$^)
test:
$(call build_target,$@)
.DEFAULT_GOAL := Http.a
TARGETS += Http.a
TARGETS += Http.a test