@@ -8,6 +8,9 @@ override_dh_auto_install:
make install PREFIX=/usr DESTDIR=debian/tmp
+override_dh_auto_test:
+ make test SHELLFU_PATH=$(shell pwd)/src
+
override_dh_usrlocal:
@true