adding printf regression test

This commit is contained in:
Blaise Tine
2021-06-15 13:26:14 -04:00
parent 6213b1a910
commit f7bc14a2ec
13 changed files with 94810 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ vx_device_h device = nullptr;
vx_buffer_h staging_buf = nullptr;
static void show_usage() {
std::cout << "Vortex Driver Test." << std::endl;
std::cout << "Vortex Test." << std::endl;
std::cout << "Usage: [-k: kernel] [-n words] [-h: help]" << std::endl;
}