cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

tests: Split tests into multiple source files #91

Closed stefan-chivu closed 1 year ago

stefan-chivu commented 1 year ago

In order to have a more clearer view on the test cases, the tests have been split into separate source files, as follows:

test_io.cpp will include the tests related to IO such as:

test_disk_actions.cpp will include the tests related to disk actions such as:

Signed-off-by: Stefan Chivu schivu@cloudbasesolutions.com