- Execute upstream tests during package build

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=5
This commit is contained in:
Matthias Bach 2020-09-18 19:45:07 +00:00 committed by Git OBS Bridge
parent fefdb39820
commit 80b836bd6b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach <marix@marix.org> - 51
- Execute upstream tests during package build
-------------------------------------------------------------------
Thu Sep 17 20:58:02 UTC 2020 - Matthias Bach <marix@marix.org> - 51

View File

@ -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