Hi, I need to move things around to include test for the driver interface in the test directory. This is what I can thing about.
Mike, Does this match what you had in mind?
test
├── platform //platform dependant stuff and launchers
│ └── linux-generic
│ ├── api
│ ├── drv
│ ├── miscellaneous
│ └── performance
└── validation //platform agnostic stuff
├── api
│ ├── atomic
│ ├── barrier
│ ├── buffer
│ └── classification
├── drv
├── miscellaneous
└── performance
15 directories, 0 files
