xref: /kernel/linux/linux-5.10/tools/testing/selftests/pstore/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/testing/selftests/pstore/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci# Makefile for pstore selftests.
38c2ecf20Sopenharmony_ci# Expects pstore backend is registered.
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciall:
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciTEST_PROGS := pstore_tests pstore_post_reboot_tests
88c2ecf20Sopenharmony_ciTEST_FILES := common_tests pstore_crash_test
98c2ecf20Sopenharmony_ciEXTRA_CLEAN := logs/* *uuid
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciinclude ../lib.mk
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cirun_crash:
148c2ecf20Sopenharmony_ci	@sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }
15

Indexes created Thu Nov 07 10:32:03 CST 2024