diff options
| author | Kees Cook <keescook@chromium.org> | 2014-07-14 17:38:12 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-17 21:44:19 -0400 |
| commit | 0a8adf584759cbcbce5d88d419db01a8d0373abf (patch) | |
| tree | 30f1901d7c12756f558d259d89299c505697b41c /tools/testing/selftests/Makefile | |
| parent | b1425189d0f928babb62bdc0609a4cd4d341654d (diff) | |
test: add firmware_class loader test
This provides a simple interface to trigger the firmware_class loader
to test built-in, filesystem, and user helper modes. Additionally adds
tests via the new interface to the selftests tree.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
| -rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index e66e710cc595..5c2bf8ec18f3 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile | |||
| @@ -11,6 +11,7 @@ TARGETS += vm | |||
| 11 | TARGETS += powerpc | 11 | TARGETS += powerpc |
| 12 | TARGETS += user | 12 | TARGETS += user |
| 13 | TARGETS += sysctl | 13 | TARGETS += sysctl |
| 14 | TARGETS += firmware | ||
| 14 | 15 | ||
| 15 | all: | 16 | all: |
| 16 | for TARGET in $(TARGETS); do \ | 17 | for TARGET in $(TARGETS); do \ |
