/ddfs

Primary LanguageCOtherNOASSERTION

Building

Build all:

make

Build only the ddfs module:

make module

If everything goes well, the module file should be present: module/ddfs.ko. It should be ready to insert.

Testing

IMPORTANT! Tests should be run in a virtual machine. They involve operation on modules and direct kernel interaction by the ddfs module.

Tests include inserting/removing module thus they need to be run as root.

sudo make test

Dependencies

  • C++
  • googletest