summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-19 17:48:57 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-19 17:48:57 (EST)
commitb13832dee5b701e4738cf3c40b6809083ff5266d (patch)
treee51cd084d27b392db7400a1b830a254bd9335263 /tests
parent5befdf4fce0a650193b32f618514de327543148e (diff)
Turn off the active_list_test app by default. Use it when we need it.
git-svn-id: http://opkg.googlecode.com/svn/trunk@187 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8e91d6e..bbf0dc8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,9 +11,9 @@ noinst_PROGRAMS = libopkg_test opkg_active_list_test
#opkg_extract_test_SOURCES = opkg_extract_test.c
#opkg_extract_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
-opkg_active_list_test_LDADD = $(top_builddir)/libopkg/active_list.o
-opkg_active_list_test_SOURCES = opkg_active_list_test.c
-opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
+#opkg_active_list_test_LDADD = $(top_builddir)/libopkg/active_list.o
+#opkg_active_list_test_SOURCES = opkg_active_list_test.c
+#opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
libopkg_test_LDADD = $(top_builddir)/libopkg/libopkg.la
libopkg_test_SOURCE = libopkg_test.c