OSDN Git Service

dont execute shell tests if we just want to compile
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Mar 2006 23:28:19 +0000 (23:28 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 1 Mar 2006 23:28:19 +0000 (23:28 -0000)
test/Test.mak

index 17497a6..6776f8d 100644 (file)
@@ -91,8 +91,10 @@ ifeq ($(COMPILE_ONLY),)
 endif
 
 shell_%:
+ifeq ($(COMPILE_ONLY),)
        $(showtest)
        $(Q)$(SHELL) $(patsubst shell_%,%.sh,$@)
+endif
 
 %.so: %.c
        $(showlink)