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