From 47b8b51b2706215c4fb5b80e56b64eae57652470 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Wed, 14 Jun 2017 14:15:41 -0400 Subject: Add autopkgtests --- debian/tests/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/tests/Makefile (limited to 'debian/tests/Makefile') diff --git a/debian/tests/Makefile b/debian/tests/Makefile new file mode 100644 index 00000000..77b9baab --- /dev/null +++ b/debian/tests/Makefile @@ -0,0 +1,8 @@ + +obj-m += fake-rfkill.o + +fake-rfkill: + make -C /lib/modules/$(shell uname -r)/build KBUILD_SRC=/lib/modules/$(shell uname -r)/build M=$(shell pwd)/debian/tests + +clean-rfkill: + make -C /lib/modules/$(shell uname -r)/build KBUILD_SRC=/lib/modules/$(shell uname -r)/build M=$(shell pwd)/debian/tests clean -- cgit 1.3.0-6-gf8a5