tg_app.mk (1e1ac450) | tg_app.mk (43feee13) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 267 unchanged lines hidden (view full) --- 276 $(COMMAND_ECHO)+$(RM) $@ 277 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe 278.ENDIF # "$(TARGET)" == "setup" 279 280.ENDIF # "$(GUI)" == "OS2" 281 282.ENDIF # "$(APP$(TNR)TARGETN)"!="" 283 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 267 unchanged lines hidden (view full) --- 276 $(COMMAND_ECHO)+$(RM) $@ 277 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe 278.ENDIF # "$(TARGET)" == "setup" 279 280.ENDIF # "$(GUI)" == "OS2" 281 282.ENDIF # "$(APP$(TNR)TARGETN)"!="" 283 |
284# New rule for automatic run targets of unit test targets 285.IF "$(APP$(TNR)TEST)" == "enabled" && "$(APP$(TNR)TARGET)" != "" |
|
284 | 286 |
287$(APP$(TNR)TARGET)_run: $(APP$(TNR)TARGETN) 288 $(COMMAND_ECHO) $(AUGMENT_LIBRARY_PATH) $(APP$(TNR)TARGETN) --gtest_output="xml:$(BIN)/$(APP$(TNR)TARGET)_result.xml" 289 290.ENDIF 291 |
|
285# Instruction for linking 286# unroll end 287####################################################### 288 | 292# Instruction for linking 293# unroll end 294####################################################### 295 |