Add Tests
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user