diff --git a/inih.changes b/inih.changes index 7ef2411..3a61abf 100644 --- a/inih.changes +++ b/inih.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach - 51 + +- Execute upstream tests during package build + ------------------------------------------------------------------- Thu Sep 17 20:58:02 UTC 2020 - Matthias Bach - 51 diff --git a/inih.spec b/inih.spec index eaca662..44dfe36 100644 --- a/inih.spec +++ b/inih.spec @@ -62,7 +62,10 @@ This package provides the development headers for INIH including the C++ binding %meson_build %check -%meson_test +cd tests +bash -e ./unittest.sh +cd ../examples +bash -e cpptest.sh %install %meson_install