Browse Source

dont execute shell tests if we just want to compile

Mike Frysinger 19 years ago
parent
commit
ccca0d8575
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/Test.mak

+ 2 - 0
test/Test.mak

@@ -91,8 +91,10 @@ ifeq ($(COMPILE_ONLY),)
 endif
 
 shell_%:
+ifeq ($(COMPILE_ONLY),)
 	$(showtest)
 	$(Q)$(SHELL) $(patsubst shell_%,%.sh,$@)
+endif
 
 %.so: %.c
 	$(showlink)