diff options
| author | 2021-11-10 01:02:32 -0500 | |
|---|---|---|
| committer | 2021-11-10 01:02:32 -0500 | |
| commit | ca49f891fea1439cf1966e29e450a06d878f59f8 (patch) | |
| tree | 45af1e423a56a1d0ee6aa43990d21ce97f28aeb9 | |
| parent | af3dd213b4c2ea6745854da535241a6af713094f (diff) | |
d/rules: Run the tests manually as the make target is unable to find the binary.
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7ff13f9..883bf9c 100755 --- a/debian/rules +++ b/debian/rules @@ -20,3 +20,8 @@ endif override_dh_auto_configure: dh_auto_configure --builddirectory=builddir -- -DBARRIER_USE_EXTERNAL_GTEST=ON $(CONFIGURE_FLAGS) + +override_dh_auto_test: + builddir/bin/guiunittests + xvfb-run -a builddir/bin/integtests + builddir/bin/unittests |
