Whamcloud - gitweb
LU-16763 kunit: consolidate kernel unit testing
[fs/lustre-release.git] / lustre / kunit / Makefile.in
1 # SPDX-License-Identifier: GPL-2.0
2
3 #
4 # This file is part of Lustre, http://www.lustre.org/
5 #
6 # lustre/kunit/Makefile.in
7 #
8 # Makefile template for kunit
9 #
10
11 MODULES := llog_test obd_test kinode
12
13 EXTRA_DIST = llog_test.c obd_test.c kinode.c
14
15 @INCLUDE_RULES@