8 lines
159 B
Makefile
8 lines
159 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
TEST_GEN_PROGS := cache_shape
|
||
|
|
||
|
top_srcdir = ../../../../..
|
||
|
include ../../lib.mk
|
||
|
|
||
|
$(TEST_GEN_PROGS): ../harness.c ../utils.c
|