Feature: Printing test results should be split by directory
OFFTKP opened this issue · 1 comments
OFFTKP commented
recursive_directory_iterator should first get all the directories and pass the paths to a vector. Get the directory names and pass those too (new struct?) so that when we iterate them we can do /dir1/dir2/ etc.
Then for every directory, use a normal directory_iterator to get all the files, and test accordingly. Pass directory accordingly.
OFFTKP commented
TestData now shows name of directory/file