1 # Makefile for user memory selftests 2 3 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" 4 all: 5 6 TEST_PROGS := test_user_copy.sh 7 8 include ../lib.mk 9