blob: 48623f77a66f378bbea85b801b0c683aae52b89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Makefile for pstore selftests.
# Expects pstore backend is registered.
all:
TEST_PROGS := pstore_tests
TEST_FILES := common_tests
include ../lib.mk
clean:
rm -rf logs/* *uuid
|