make/RunTests.gmk
branchihse-runtestprebuilt-branch
changeset 56937 3c92ada330a9
parent 56932 7346896cdea2
child 56938 e03e5f61c53f
equal deleted inserted replaced
56932:7346896cdea2 56937:3c92ada330a9
   585 
   585 
   586   ifneq ($$(JTREG_KEYWORDS), )
   586   ifneq ($$(JTREG_KEYWORDS), )
   587     # The keywords string may contain problematic characters and may be quoted
   587     # The keywords string may contain problematic characters and may be quoted
   588     # already when it arrives here. Remove any existing quotes and replace them
   588     # already when it arrives here. Remove any existing quotes and replace them
   589     # with one set of single quotes.
   589     # with one set of single quotes.
   590     $1_JTREG_BASIC_OPTIONS += \
   590     $1_JTREG_KEYWORDS := \
   591         -k:'$$(patsubst $$(SQUOTE)%$$(SQUOTE),%,$$(patsubst $$(DQUOTE)%$$(DQUOTE),%,$$(JTREG_KEYWORDS)))'
   591         $$(strip $$(patsubst $$(SQUOTE)%$$(SQUOTE),%,$$(patsubst $$(DQUOTE)%$$(DQUOTE),%,$$(JTREG_KEYWORDS))))
       
   592     ifneq ($$($1_JTREG_KEYWORDS), )
       
   593       $1_JTREG_BASIC_OPTIONS += -k:'$$($1_JTREG_KEYWORDS)'
       
   594     endif
   592   endif
   595   endif
   593 
   596 
   594   clean-workdir-$1:
   597   clean-workdir-$1:
   595 	$$(RM) -r $$($1_TEST_SUPPORT_DIR)
   598 	$$(RM) -r $$($1_TEST_SUPPORT_DIR)
   596 
   599