Explorar o código

dont execute shell tests if we just want to compile

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
ccca0d8575
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      test/Test.mak

+ 2 - 0
test/Test.mak

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