selftests/powerpc: Add test for all DSCR sysfs interfaces
[linux-2.6-block.git] / tools / testing / selftests / powerpc / dscr / Makefile
CommitLineData
cf9c4a5e 1TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \
ebd5858c 2 dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test
4c6315f8
AK
3
4dscr_default_test: LDLIBS += -lpthread
5
6all: $(TEST_PROGS)
7
8$(TEST_PROGS): ../harness.c
9
10include ../../lib.mk
11
12clean:
13 rm -f $(TEST_PROGS) *.o