mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
Move libc file-system test into test/libc_vfs
Preparation for removing ffat library. Issue #2410
This commit is contained in:
parent
de06eefbac
commit
473aa3454d
@ -1,3 +1,6 @@
|
||||
TARGET = test-libc_ffat
|
||||
LIBS = libc libc_ffat
|
||||
SRC_CC = main.cc
|
||||
|
||||
# we re-use the libc_vfs test
|
||||
vpath main.cc $(REP_DIR)/src/test/libc_vfs
|
||||
|
@ -2,4 +2,4 @@ TARGET = test-libc_fuse_exfat
|
||||
LIBS = libc libc_fuse_exfat
|
||||
SRC_CC = main.cc
|
||||
|
||||
vpath %.cc $(PRG_DIR)/../libc_ffat/
|
||||
vpath %.cc $(REP_DIR)/src/test/libc_vfs
|
||||
|
@ -2,4 +2,4 @@ TARGET = test-libc_fuse_ext2
|
||||
LIBS = libc libc_fuse_ext2
|
||||
SRC_CC = main.cc
|
||||
|
||||
vpath %.cc $(PRG_DIR)/../libc_ffat
|
||||
vpath %.cc $(REP_DIR)/src/test/libc_vfs
|
||||
|
@ -2,4 +2,4 @@ TARGET = test-libc_fuse_ntfs-3g
|
||||
LIBS = libc libc_fuse_ntfs-3g
|
||||
SRC_CC = main.cc
|
||||
|
||||
vpath %.cc $(PRG_DIR)/../libc_ffat
|
||||
vpath %.cc $(REP_DIR)/src/test/libc_vfs
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* \brief libc_ffat test
|
||||
* \brief Libc file-system test
|
||||
* \author Christian Prochaska
|
||||
* \author Norman Feske
|
||||
* \date 2011-05-27
|
@ -1,6 +1,3 @@
|
||||
TARGET = test-libc_vfs
|
||||
LIBS = libc
|
||||
SRC_CC = main.cc
|
||||
|
||||
# we re-use the libc_ffat test
|
||||
vpath main.cc $(REP_DIR)/src/test/libc_ffat
|
||||
|
@ -2,5 +2,5 @@ TARGET = test-libc_noux
|
||||
LIBS = libc libc_noux
|
||||
SRC_CC = main.cc
|
||||
|
||||
# we re-use the libc_ffat test
|
||||
vpath main.cc $(call select_from_repositories,src/test/libc_ffat)
|
||||
# we re-use the libc_vfs test
|
||||
vpath main.cc $(call select_from_repositories,src/test/libc_vfs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user