A couple of small patches to make working with selftests easier. Peter Feiner (3): tools: add .gitignore entries for selftests tools: fix warning in memfd_test tools: parallel selftests building & running tools/testing/selftests/Makefile | 49 +++++++++++--------------- tools/testing/selftests/breakpoints/.gitignore | 1 + tools/testing/selftests/efivarfs/.gitignore | 2 ++ tools/testing/selftests/memfd/memfd_test.c | 2 +- tools/testing/selftests/ptrace/.gitignore | 1 + tools/testing/selftests/timers/.gitignore | 1 + tools/testing/selftests/user/Makefile | 2 ++ tools/testing/selftests/vm/.gitignore | 9 ++--- 8 files changed, 33 insertions(+), 34 deletions(-) create mode 100644 tools/testing/selftests/breakpoints/.gitignore create mode 100644 tools/testing/selftests/efivarfs/.gitignore create mode 100644 tools/testing/selftests/ptrace/.gitignore create mode 100644 tools/testing/selftests/timers/.gitignore -- 2.1.0.rc2.206.gedb03e5 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html