Subversion Repositories DevTools

Rev

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

Rev 4782 Rev 4889
Line 268... Line 268...
268
###############################################################################
268
###############################################################################
269
#   Unit Test Post Processing support
269
#   Unit Test Post Processing support
270
#       Force in ABT mode
270
#       Force in ABT mode
271
#       Allows user to force it by adding UTF_POSTPROCESS=1 the command line
271
#       Allows user to force it by adding UTF_POSTPROCESS=1 the command line
272
#
272
#
-
 
273
#   Until officially released
273
ifdef GBE_ABT
274
##ifdef GBE_ABT
274
UTF_POSTPROCESS := 1
275
##UTF_POSTPROCESS := 1
275
endif
276
##endif
276
 
277
 
277
# Set to defined or undefined
278
# Set to defined or undefined
278
ifneq "$(findstring 1,$(UTF_POSTPROCESS))" ""
279
ifneq "$(findstring 1,$(UTF_POSTPROCESS))" ""
279
override UTF_POSTPROCESS := 1
280
override UTF_POSTPROCESS := 1
280
else
281
else