summaryrefslogtreecommitdiffstats
path: root/lib/check.mk
blob: 32269ff1b65e7eddf17802d105ca004c3d85fb1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2022 Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier:  LGPL-3.0-or-later WITH LGPL-3.0-linking-exception


ifndef LIB_CHECK_MK_
LIB_CHECK_MK_ := 1


include $(srcdir)/lib/src.mk


.PHONY: check
check:
	$(MAKE) -C $(TESTSDIR)


endif  # include guard