xref: /kernel/linux/linux-6.6/tools/testing/selftests/pstore/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/testing/selftests/pstore/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci# Makefile for pstore selftests.
362306a36Sopenharmony_ci# Expects pstore backend is registered.
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciall:
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciTEST_PROGS := pstore_tests pstore_post_reboot_tests
862306a36Sopenharmony_ciTEST_FILES := common_tests pstore_crash_test
962306a36Sopenharmony_ciEXTRA_CLEAN := logs/* *uuid
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciinclude ../lib.mk
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cirun_crash:
1462306a36Sopenharmony_ci	@sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }
15

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