mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Ticket 2570: Code cleanup
Moved tests from lib/tests to tests/lib directory Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
9376d55456
commit
d3bb9de01f
@ -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
Normal file
1
tests/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
SUBDIRS = lib
|
Loading…
Reference in New Issue
Block a user