diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-06-14 14:15:41 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2017-11-12 14:34:52 -0500 |
| commit | 47b8b51b2706215c4fb5b80e56b64eae57652470 (patch) | |
| tree | 9a6338ee0e2b559646161efcb52130066131eafa /debian/tests/Makefile | |
| parent | 61df4464f010cf4fb2f8c15c766e393414dc05c3 (diff) | |
Add autopkgtests
Diffstat (limited to 'debian/tests/Makefile')
| -rw-r--r-- | debian/tests/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |