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

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

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