f72cc1aecb
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
18 lines
495 B
Diff
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
|