mirror of https://github.com/MidnightCommander/mc
Move extfs tester from tests/src/extfs-helpers-listcmd into tests/src/vfs/extfs/helpers-list.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
96313b16bc
commit
9764511b08
|
@ -638,7 +638,9 @@ tests/src/Makefile
|
|||
tests/src/filemanager/Makefile
|
||||
tests/src/editor/Makefile
|
||||
tests/src/editor/test-data.txt
|
||||
tests/src/extfs-helpers-listcmd/Makefile
|
||||
tests/src/vfs/Makefile
|
||||
tests/src/vfs/extfs/Makefile
|
||||
tests/src/vfs/extfs/helpers-list/Makefile
|
||||
])
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PACKAGE_STRING = "/src"
|
||||
|
||||
SUBDIRS = . filemanager extfs-helpers-listcmd
|
||||
SUBDIRS = . filemanager vfs
|
||||
|
||||
if USE_INTERNAL_EDIT
|
||||
SUBDIRS += editor
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
SUBDIRS = extfs
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
SUBDIRS = helpers-list
|
|
@ -1,4 +1,4 @@
|
|||
PACKAGE_STRING = "/src/extfs-helpers-listcmd"
|
||||
PACKAGE_STRING = "/src/vfs/extfs/helpers-list"
|
||||
|
||||
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|
||||
|
Loading…
Reference in New Issue