diff options
Diffstat (limited to 'repo/gcovr/gcovr.xibuild')
-rw-r--r-- | repo/gcovr/gcovr.xibuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/repo/gcovr/gcovr.xibuild b/repo/gcovr/gcovr.xibuild index e7b186d..20c5988 100644 --- a/repo/gcovr/gcovr.xibuild +++ b/repo/gcovr/gcovr.xibuild @@ -12,10 +12,6 @@ build() { python3 setup.py build } -check() { - py.test-3 -v gcovr -} - package() { python3 setup.py install --prefix=/usr --root="$PKG_DEST" } |