Files
sablink-distro/x11-misc/notify-osd/files/tests-makefile.patch
T
Mitch Harder f72cc1aecb [x11-misc/notify-osd] Added ebuild for new package.
This ebuild provides for x11-misc/notify-osd, which was requested
on Sabayon's bugzilla:  https://bugs.sabayon.org/show_bug.cgi?id=1930

This ebuild was sourced from Gilles Dartiguelongue's <eva@gentoo.org>
developer overlay at Gentoo:
http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=summary
2010-10-23 23:58:21 -05:00

18 lines
495 B
Diff

--- a/tests/Makefile.am 2009-12-06 20:57:21.000000000 +0100
+++ b/tests/Makefile.am 2009-12-06 20:57:37.000000000 +0100
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = test-modules \
+check_PROGRAMS = test-modules \
test-timeline \
test-timeline-dup-frames \
test-timeline-interpolate \
@@ -10,7 +10,7 @@
test-grow-bubble \
test-scroll-text
-check_PROGRAMS = test-modules
+check_PROGRAMS += test-modules
TESTS = test-modules
GCOV_CFLAGS = -fprofile-arcs -ftest-coverage