[Xfce4-commits] [xfce/garcon] 08/12: Remove the old test-display-menu scripts
noreply at xfce.org
noreply at xfce.org
Fri Jun 3 07:52:05 CEST 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/garcon.
commit 96ce38c31e25553c1436a24e6205aa147e2974c4
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Wed Jun 1 20:15:57 2016 +0300
Remove the old test-display-menu scripts
---
tests/gdb-test-display-menu | 3 ---
tests/run-test-display-menu.sh | 26 --------------------------
2 files changed, 29 deletions(-)
diff --git a/tests/gdb-test-display-menu b/tests/gdb-test-display-menu
deleted file mode 100644
index 585f383..0000000
--- a/tests/gdb-test-display-menu
+++ /dev/null
@@ -1,3 +0,0 @@
-run # /usr/local/etc/xdg/menus/xfce-applications.menu
-bt
-quit
diff --git a/tests/run-test-display-menu.sh b/tests/run-test-display-menu.sh
deleted file mode 100755
index 4c2ae8a..0000000
--- a/tests/run-test-display-menu.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# Copyright (c) 2007 Jannis Pohlmann <jannis at xfce.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA.
-#
-
-GLIB_OPTIONS=`pkg-config --cflags --libs glib-2.0`
-GTK_OPTIONS=`pkg-config --cflags --libs gtk+-2.0`
-GARCON_OPTIONS=`pkg-config --cflags --libs garcon-1`
-
-gcc -o test-display-menu test-display-menu.c $GLIB_OPTIONS $GTK_OPTIONS $GARCON_OPTIONS &&
-G_DEBUG=fatal-criticals gdb ./test-display-menu -x gdb-test-display-menu
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list