소스 검색

Add debian build check

Alois Mahdal 6 년 전
부모
커밋
1597ea1e29
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      packaging/debian/rules

+ 6
- 0
packaging/debian/rules 파일 보기

@@ -7,3 +7,9 @@
7 7
 override_dh_auto_install:
8 8
 
9 9
 	make install PREFIX=/usr DESTDIR=debian/tmp
10
+
11
+override_dh_auto_test:
12
+	make install PREFIX=/usr DESTDIR=debian/tmp
13
+	make test \
14
+		SHELLFU_PATH=$(shell pwd)/debian/tmp/usr/share/shellfu/include-bash \
15
+		_PXPATH__BIN=$(shell pwd)/debian/tmp/usr/libexec/shellfu-bash-pxpath/pxpath