filesystem : add test application
authorkim jin hong <jh0703.kim@samsung.com>
Fri, 28 Jul 2017 09:45:39 +0000 (18:45 +0900)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:47 +0000 (21:15 -0700)
commitcfd52c886b1d8266517b73b059bedf40acabb3e9
tree62cd49110313bade8800cf9c57ce0849ad6736ea
parent2307ccbe1466587a4b89889ea554c08e1da77f0f
filesystem : add test application

add : procfs_test.c : procfs test application
      ramfs_test.c : ramfs test application
      romfs_test.c : romfs test application
      write_remove_test.c : smartfs test application

Change-Id: Ic729e154335245368cb5030836cb861a3e6a03bd
Signed-off-by: kim jin hong <jh0703.kim@samsung.com>
apps/examples/fs_helper/Kconfig [new file with mode: 0644]
apps/examples/fs_helper/Make.defs [new file with mode: 0644]
apps/examples/fs_helper/Makefile [new file with mode: 0644]
apps/examples/fs_helper/procfs_test.c [new file with mode: 0644]
apps/examples/fs_helper/ramfs_test.c [new file with mode: 0644]
apps/examples/fs_helper/romfs_test.c [new file with mode: 0644]
apps/examples/fs_helper/write_remove_test.c [new file with mode: 0644]