summaryrefslogtreecommitdiff
path: root/lib/kunit/Makefile
blob: 769d9402b5d3a74be96fe3633928528a73bd9cd2 (plain)
1
2
3
4
5
6
7
8
9
obj-$(CONFIG_KUNIT) +=			test.o \
					string-stream.o \
					assert.o \
					try-catch.o

obj-$(CONFIG_KUNIT_TEST) +=		test-test.o \
					string-stream-test.o

obj-$(CONFIG_KUNIT_EXAMPLE_TEST) +=	example-test.o