ソースを参照

Add Debian dh_autotest

Alois Mahdal 6 年 前
コミット
8a31708a62
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      packaging/debian/rules

+ 3
- 0
packaging/debian/rules ファイルの表示

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