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

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

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