Home
last modified time | relevance | path

Searched full:git_version (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/powerpc/
H A Dflags.mk3 ifeq ($(GIT_VERSION),)
4 GIT_VERSION := $(shell git describe --always --long --dirty || echo "unknown")
5 export GIT_VERSION
8 CFLAGS := -std=gnu99 -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(selfdir)/powerpc/includ…
H A Dharness.c109 test_set_git_version(GIT_VERSION); in test_harness()
/linux/tools/testing/selftests/powerpc/include/
H A Dsubunit.h49 printf("tags: git_version:%s\n", value); in test_set_git_version()