58 lines
2.1 KiB
Diff
58 lines
2.1 KiB
Diff
From 803277ff3b91f721846c90c092bb6306f2073810 Mon Sep 17 00:00:00 2001
|
|
From: Mu Qiao <qiaomuf@gentoo.org>
|
|
Date: Sun, 6 Feb 2011 22:23:58 +0000
|
|
Subject: [PATCH] remove tests
|
|
Signed-off-by: Mu Qiao <qiaomuf@gentoo.org>
|
|
|
|
---
|
|
configure.ac | 1 -
|
|
system-settings/plugins/ifnet/Makefile.am | 1 -
|
|
system-settings/plugins/ifnet/tests/Makefile.am | 14 --------------
|
|
3 files changed, 0 insertions(+), 16 deletions(-)
|
|
delete mode 100644 system-settings/plugins/ifnet/tests/Makefile.am
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 9cb0e9c..6c51a2a 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -541,7 +541,6 @@ system-settings/plugins/Makefile
|
|
system-settings/plugins/ifupdown/Makefile
|
|
system-settings/plugins/ifupdown/tests/Makefile
|
|
system-settings/plugins/ifnet/Makefile
|
|
-system-settings/plugins/ifnet/tests/Makefile
|
|
system-settings/plugins/ifcfg-rh/Makefile
|
|
system-settings/plugins/ifcfg-rh/tests/Makefile
|
|
system-settings/plugins/ifcfg-rh/tests/network-scripts/Makefile
|
|
diff --git a/system-settings/plugins/ifnet/Makefile.am b/system-settings/plugins/ifnet/Makefile.am
|
|
index f63f8ca..b09cc8f 100644
|
|
--- a/system-settings/plugins/ifnet/Makefile.am
|
|
+++ b/system-settings/plugins/ifnet/Makefile.am
|
|
@@ -1,4 +1,3 @@
|
|
-SUBDIRS = . tests
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/src/system-settings \
|
|
-I$(top_srcdir)/include \
|
|
diff --git a/system-settings/plugins/ifnet/tests/Makefile.am b/system-settings/plugins/ifnet/tests/Makefile.am
|
|
deleted file mode 100644
|
|
index ead3f1f..0000000
|
|
--- a/system-settings/plugins/ifnet/tests/Makefile.am
|
|
+++ /dev/null
|
|
@@ -1,14 +0,0 @@
|
|
-INCLUDES=-I$(top_srcdir)/system-settings/plugins/ifnet\
|
|
- -I$(top_srcdir)/libnm-glib \
|
|
- -I$(top_srcdir)/libnm-util \
|
|
- -I$(top_srcdir)/include \
|
|
- -I$(top_srcdir)/src/system-settings
|
|
-TESTS = check_ifnet
|
|
-check_PROGRAMS = check_ifnet
|
|
-check_ifnet_SOURCES = test_all.c
|
|
-check_ifnet_LDFLAGS = -g
|
|
-check_ifnet_CPPFLAGS = $(CHECK_CFLAGS) $(GLIB_CFLAGS) -g
|
|
-check_ifnet_LDADD = $(top_srcdir)/libnm-util/libnm-util.la\
|
|
- $(top_srcdir)/system-settings/plugins/ifnet/lib-ifnet-io.la\
|
|
- $(CHECK_LIBS)\
|
|
- $(GLIB_LIBS)
|
|
--
|
|
1.7.3.4
|
|
|