From c78ccc382ed2c7902371f44c5f0cfe179b74676a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 12 May 2018 17:52:52 +0200 Subject: app-emulation/fuse: Fix src_test to use 'test' target The upstream Makefile is apparently using a custom 'test' target to run tests, while the 'check' target is a no-op. Update the ebuild accordingly. --- app-emulation/fuse/fuse-1.5.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-emulation') diff --git a/app-emulation/fuse/fuse-1.5.3.ebuild b/app-emulation/fuse/fuse-1.5.3.ebuild index 3bccba054d38..913346a242fb 100644 --- a/app-emulation/fuse/fuse-1.5.3.ebuild +++ b/app-emulation/fuse/fuse-1.5.3.ebuild @@ -62,3 +62,7 @@ src_configure() { econf "${myconf[@]}" } + +src_test() { + emake test +} -- cgit v1.2.3-65-gdbad