Commit d58c1915 authored by Youness Alaoui's avatar Youness Alaoui

remove empty test directory and fix some automake warnings

parent bc140489
...@@ -11,7 +11,6 @@ include common.mk ...@@ -11,7 +11,6 @@ include common.mk
ALWAYS_SUBDIRS = \ ALWAYS_SUBDIRS = \
address \ address \
stun \ stun \
tests \
socket \ socket \
random \ random \
agent \ agent \
......
...@@ -8,7 +8,6 @@ AC_CONFIG_FILES([ ...@@ -8,7 +8,6 @@ AC_CONFIG_FILES([
Makefile Makefile
address/Makefile address/Makefile
agent/Makefile agent/Makefile
tests/Makefile
stun/Makefile stun/Makefile
stun/tests/Makefile stun/tests/Makefile
stun/tools/Makefile stun/tools/Makefile
......
...@@ -34,7 +34,6 @@ AM_CFLAGS = \ ...@@ -34,7 +34,6 @@ AM_CFLAGS = \
-I $(top_srcdir)/socket \ -I $(top_srcdir)/socket \
-I $(top_srcdir)/stun -I $(top_srcdir)/stun
COMMON_LDADD = libnice.la $(GLIB_LIBS)
test-symbols.sh:: test-symbols.sh::
chmod +x $(srcdir)/$@ chmod +x $(srcdir)/$@
......
...@@ -20,7 +20,7 @@ librandom_la_SOURCES = \ ...@@ -20,7 +20,7 @@ librandom_la_SOURCES = \
check_PROGRAMS = test check_PROGRAMS = test
test_LDADD = $(GLIB_LIBS) librandom.la test_LDADD = librandom.la $(GLIB_LIBS)
TESTS = $(check_PROGRAMS) TESTS = $(check_PROGRAMS)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment