Tests
This commit is contained in:
+6
-1
@@ -8,6 +8,11 @@ Utilities.a.$(ARCH) : $(OBJECTS)
|
||||
Utilities.a:
|
||||
$(call build_target,$@)
|
||||
|
||||
test.$(ARCH): $(OBJECTS) Test/Test.o.$(ARCH) | Utilities.a.$(ARCH)
|
||||
$(call build_target_arch,$@,$^)
|
||||
test:
|
||||
$(call build_target,$@)
|
||||
|
||||
.DEFAULT_GOAL := Utilities.a
|
||||
|
||||
TARGETS += Utilities.a
|
||||
TARGETS += Utilities.a test
|
||||
|
||||
Reference in New Issue
Block a user