linux-surface/tools/testing/selftests/user/Makefile
2017-08-10 09:25:24 -04:00

9 lines
168 B
Makefile

# Makefile for user memory selftests
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:
TEST_PROGS := test_user_copy.sh
include ../lib.mk