Makefile 246 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. TEST_PROGS_EXTENDED := functions.sh
  3. TEST_PROGS := \
  4. test-livepatch.sh \
  5. test-callbacks.sh \
  6. test-shadow-vars.sh \
  7. test-state.sh \
  8. test-ftrace.sh \
  9. test-sysfs.sh
  10. TEST_FILES := settings
  11. include ../lib.mk