Skip to content

Commit

Permalink
move clipboard-watcher out of tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Jan 10, 2016
1 parent ea5d658 commit 8afe285
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ include man/1.mk

# Tests stuff

include tests/clipboard-watcher.mk
include src/clipboard-watcher.mk
include tests/gnome-shell-client.mk

# Maintainance stuff
Expand Down
2 changes: 1 addition & 1 deletion tests/clipboard-watcher.mk → src/clipboard-watcher.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with GPaste. If not, see <http://www.gnu.org/licenses/>.

TESTS+= \
noinst_PROGRAMS += \
bin/clipboard-watcher \
$(NULL)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ on_owner_change (GPasteClipboard *clipboard,
gint
main (gint argc, gchar *argv[])
{
if (argc != 2 || g_strcmp0 (argv[1], "--dont-skip"))
return EXIT_TEST_SKIP;

/* FIXME: remove this once gtk supports clipboard correctly on wayland */
gdk_set_allowed_backends ("x11");

Expand Down

0 comments on commit 8afe285

Please sign in to comment.