Isaku Yamahata df358b8ba8 [Make] Consistently use $(RM) instead of rm -f пре 4 година
..
.gitignore ff0fd4d0fd [.gitignore] Remove * from .gitignore files пре 4 година
Makefile df358b8ba8 [Make] Consistently use $(RM) instead of rm -f пре 4 година
README.md baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
common.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
common.h baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
common_copy.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
copy_mmap_rev.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
copy_mmap_seq.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
copy_mmap_whole.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
copy_rev.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
copy_seq.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
copy_whole.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
delete.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
manifest.template baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
open_close.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
read_write.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
seek_tell.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
stat.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
test_fs.py baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година
truncate.c baab561a75 [LibOS] Add tests for some typical FS use cases пре 4 година

README.md

Test purpose

These tests perform common FS operations in various ways to exercise the Graphene FS subsystem:

  • open/close
  • read/write
  • create/delete
  • read/change size
  • seek/tell
  • memory-mapped read/write
  • copy directory in different ways

How to execute

Run make test.