Skip to content

Commit

Permalink
adding test target for shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Apr 20, 2016
1 parent 77ac3bd commit 56eec6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/module.mk
Expand Up @@ -355,7 +355,8 @@ endif

.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME) \
clean-$(MODNAME)-log \
execute-tests execute-meta-tests execute-compiled-tests
execute-tests execute-meta-tests execute-compiled-tests \
execute-shell-tests

all-$(MODNAME): $(LIBTEST) $(TEST_EXE)
@true
Expand Down Expand Up @@ -395,6 +396,8 @@ endif

execute-compiled-tests: $(TEST_EXE_LOG)

execute-shell-tests: $(TEST_SH_LOG)

$(DIR)/%.x.log: $(DIR)/%.x
@rm -f $@
@echo "**************************************************" >> $@;
Expand Down

0 comments on commit 56eec6a

Please sign in to comment.