Move section divider comment in RULES_BUILD

This commit is contained in:
Andrew Johnson
2015-03-30 11:19:07 -05:00
parent ffcbd4ca8b
commit 198dedba93

View File

@@ -309,14 +309,15 @@ $(MUNCHNAME): %$(MUNCH_SUFFIX): $(MUNCH_DEPENDS) %$(EXE)
$(MUNCH_CMD)
#---------------------------------------------------------------
# Automated testing
# GeSys modules for RTEMS
$(MODNAME): %$(MODEXT): %$(EXE)
@echo "Building module $@"
@$(RM) $@
$(LINK.mod)
#---------------------------------------------------------------
# Automated testing
runtests: $(TESTSCRIPTS)
-$(PERL) -MTest::Harness -e 'runtests @ARGV if @ARGV;' $^