Makefile 356 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0
  2. TEST_GEN_FILES := test_klp-call_getpid
  3. TEST_GEN_MODS_DIR := test_modules
  4. TEST_PROGS_EXTENDED := functions.sh
  5. TEST_PROGS := \
  6. test-livepatch.sh \
  7. test-callbacks.sh \
  8. test-shadow-vars.sh \
  9. test-state.sh \
  10. test-ftrace.sh \
  11. test-sysfs.sh \
  12. test-syscall.sh \
  13. test-kprobe.sh
  14. TEST_FILES := settings
  15. include ../lib.mk