mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
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/filemanager/Makefile
|
||||||
tests/src/editor/Makefile
|
tests/src/editor/Makefile
|
||||||
tests/src/editor/test-data.txt
|
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
|
fi
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PACKAGE_STRING = "/src"
|
PACKAGE_STRING = "/src"
|
||||||
|
|
||||||
SUBDIRS = . filemanager extfs-helpers-listcmd
|
SUBDIRS = . filemanager vfs
|
||||||
|
|
||||||
if USE_INTERNAL_EDIT
|
if USE_INTERNAL_EDIT
|
||||||
SUBDIRS += editor
|
SUBDIRS += editor
|
||||||
|
2
tests/src/vfs/Makefile.am
Normal file
2
tests/src/vfs/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
SUBDIRS = extfs
|
2
tests/src/vfs/extfs/Makefile.am
Normal file
2
tests/src/vfs/extfs/Makefile.am
Normal file
@ -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)
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user