Add Tests

This commit is contained in:
2020-05-01 11:15:15 +02:00
parent a45717eaf6
commit 863f0db365
14 changed files with 351 additions and 2 deletions
+6 -1
View File
@@ -7,6 +7,11 @@ MySQL.a.$(ARCH) : $(OBJECTS)
MySQL.a:
$(call build_target,$@)
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | MySQL.a.$(ARCH)
$(call build_target_arch,$@,$^)
test:
$(call build_target,$@)
.DEFAULT_GOAL := MySQL.a
TARGETS += MySQL.a
TARGETS += MySQL.a test