1*c67e8ec0SMicah Morton# SPDX-License-Identifier: GPL-2.0 2*c67e8ec0SMicah Morton# Makefile for mount selftests. 3*c67e8ec0SMicah MortonCFLAGS = -Wall -lcap -O2 4*c67e8ec0SMicah Morton 5*c67e8ec0SMicah MortonTEST_PROGS := run_tests.sh 6*c67e8ec0SMicah MortonTEST_GEN_FILES := safesetid-test 7*c67e8ec0SMicah Morton 8*c67e8ec0SMicah Mortoninclude ../lib.mk 9