diff options
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/nco/nco-5.1.3.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-misc/nco/nco-5.1.3.ebuild b/sci-misc/nco/nco-5.1.3.ebuild index 09b909e232be..4ecf55b16fb0 100644 --- a/sci-misc/nco/nco-5.1.3.ebuild +++ b/sci-misc/nco/nco-5.1.3.ebuild @@ -47,6 +47,12 @@ src_configure() { $(use_enable udunits udunits2) } +src_test() { + emake test + # testsuite doesn't run through automake + rm src/nco/test-suite.log || die +} + src_install() { default dodoc doc/ChangeLog |