From 506d7ced5520c3d73d5ef2fc7a33b796a0668ee8 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 30 Apr 2017 15:05:44 +0200 Subject: Do build-time tests sequentually. Some of the "diff" tests fail nondeterministically if run in parallel. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 124fae7b..7e9ba1ec 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,9 @@ override_dh_auto_build: make -C build doxygen dh_auto_build +override_dh_auto_test: + dh_auto_test --no-parallel --builddirectory=build + override_dh_auto_install: find build/example -executable -type f -exec sh -c 'install -D $$0 debian/tmp/usr/bin/libgudhi-example-$$(basename $$0)' {} \; find example -type f \( -name '*.cpp' -o \( -name '*.txt' -a ! -iname 'cmake*' \) \) -exec sh -c 'install -D -m 644 $$0 debian/tmp/usr/share/doc/libgudhi-examples/$$0' {} \; -- cgit v1.2.3