Subversion Repositories DevTools

Rev

Rev 4989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4989 Rev 4996
Line 265... Line 265...
265
	$(AA_PRE)JatsFileUtil 'd0' '$1' '$(call NiceName,$2)'
265
	$(AA_PRE)JatsFileUtil 'd0' '$1' '$(call NiceName,$2)'
266
endef
266
endef
267
 
267
 
268
###############################################################################
268
###############################################################################
269
#   Unit Test Post Processing support
269
#   Unit Test Post Processing support
270
#       Force in ABT mode
-
 
271
#       Allows user to force it by adding UTF_POSTPROCESS=1 the command line
270
#       Allows user control by adding UTF_POSTPROCESS=1/0 the command line
272
#
271
#
273
#   Until officially released
-
 
274
ifdef GBE_ABT
-
 
275
UTF_POSTPROCESS := 1
272
UTF_POSTPROCESS := 1
276
endif
-
 
277
 
273
 
278
# Set to defined or undefined
274
# Set to defined or undefined
279
ifneq "$(findstring 1,$(UTF_POSTPROCESS))" ""
275
ifneq "$(findstring 1,$(UTF_POSTPROCESS))" ""
280
override UTF_POSTPROCESS := 1
276
override UTF_POSTPROCESS := 1
281
else
277
else