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:
Andrew Borodin 2016-12-16 10:01:16 +03:00
parent 96313b16bc
commit 9764511b08
41 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
PACKAGE_STRING = "/src"
SUBDIRS = . filemanager extfs-helpers-listcmd
SUBDIRS = . filemanager vfs
if USE_INTERNAL_EDIT
SUBDIRS += editor

View File

@ -0,0 +1,2 @@
SUBDIRS = extfs

View File

@ -0,0 +1,2 @@
SUBDIRS = helpers-list

View File

@ -1,4 +1,4 @@
PACKAGE_STRING = "/src/extfs-helpers-listcmd"
PACKAGE_STRING = "/src/vfs/extfs/helpers-list"
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)