1
1
Moved tests from lib/tests to tests/lib directory

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
Slava Zanko 2011-07-11 11:22:46 +03:00
родитель 9376d55456
Коммит d3bb9de01f
24 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -3,6 +3,10 @@ AUTOMAKE_OPTIONS = 1.5
SUBDIRS = intl po lib src doc contrib misc
if HAVE_TESTS
SUBDIRS += tests
endif
EXTRA_DIST =
dist_noinst_SCRIPTS = build-glib2.sh

Просмотреть файл

@ -596,10 +596,11 @@ po/Makefile.in
if test x$enable_tests != xno; then
AC_CONFIG_FILES([
lib/tests/Makefile
lib/tests/mcconfig/Makefile
lib/tests/search/Makefile
lib/tests/vfs/Makefile
tests/Makefile
tests/lib/Makefile
tests/lib/mcconfig/Makefile
tests/lib/search/Makefile
tests/lib/vfs/Makefile
])
fi

Просмотреть файл

@ -1,9 +1,5 @@
SUBDIRS = event filehighlight mcconfig search skin tty vfs strutil widget .
if HAVE_TESTS
SUBDIRS += tests
endif
if ENABLE_MCLIB
LIB_VERSION=`echo $(LIBMC_VERSION) | \
tr '.' ' '| \

1
tests/Makefile.am Обычный файл
Просмотреть файл

@ -0,0 +1 @@
SUBDIRS = lib

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл