Skip to content
Snippets Groups Projects
Commit c07fc2f3 authored by Filippo Rusconi (Uploading Debian Developer)'s avatar Filippo Rusconi (Uploading Debian Developer)
Browse files

New upstream version 0.9.16

parent 1b9bee13
No related branches found
Tags upstream/0.9.16
No related merge requests found
......@@ -17,7 +17,7 @@ endif
%:
dh $@ --buildsystem=cmake
dh $@ --buildsystem=cmake --builddirectory=build-dir-for-deb --no-parallel
# For automating the d/*.links stuff.
export LIBPAPPSOMSPP_VERSION=$(DEB_VERSION_UPSTREAM)
......@@ -35,5 +35,9 @@ override_dh_auto_build:
dh_auto_build
dh_auto_build -- doc
# Make Catch2-based tests separately
# so that their output is conserved.
# See tests/CMakeLists.txt for details.
cd build-dir-for-deb && make catch2-tests
dh_auto_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment