Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Elias (0.23 sec)

  1. Makefile.core.mk

    ${ISTIO_BIN}/go-junit-report:
    	@echo "go-junit-report was not found in the build environment."
    	@echo "Please install go-junit-report (ex. go install github.com/jstemmer/go-junit-report@latest)"
    	@exit 1
    
    # This is just an alias for racetest now
    test: racetest ## Runs all unit tests
    
    # For now, keep a minimal subset. This can be expanded in the future.
    BENCH_TARGETS ?= ./pilot/...
    
    PKG ?= ./...
    .PHONY: racetest
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 20:25:15 GMT 2024
    - 22.5K bytes
    - Viewed (0)
Back to top