Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4-rc6 14 lines 308 B view raw
1TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \ 2 dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \ 3 dscr_sysfs_thread_test 4 5dscr_default_test: LDLIBS += -lpthread 6 7all: $(TEST_PROGS) 8 9$(TEST_PROGS): ../harness.c 10 11include ../../lib.mk 12 13clean: 14 rm -f $(TEST_PROGS) *.o