Skip to content

Commit 611e32a

Browse files
committed
Disable building tests, as it does not work when cross-building
1 parent e63911d commit 611e32a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

debian/rules

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ include /usr/share/dpkg/default.mk
2020
%:
2121
dh $@ --buildsystem=cmake
2222

23-
override_dh_auto_test:
24-
cd obj-* && make test
2523

2624
# debmake generated override targets
2725
# This is example for Cmake (See http://bugs.debian.org/641051 )
2826
override_dh_auto_configure:
2927
dh_auto_configure -- \
30-
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
31-
-DENABLE_TESTS=on
32-
33-
28+
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
3429

0 commit comments

Comments
 (0)