am-tests,microbench,yield-os: CMake support
This commit is contained in:
parent
02b38e7b44
commit
0b911f75ce
13 changed files with 496 additions and 14 deletions
|
@ -74,7 +74,7 @@ static uint32_t score(Benchmark *b, uint64_t usec) {
|
|||
}
|
||||
|
||||
int main(const char *args) {
|
||||
const char *setting_name = args;
|
||||
const char *setting_name = "test";
|
||||
if (args == NULL || strcmp(args, "") == 0) {
|
||||
printf("Empty mainargs. Use \"ref\" by default\n");
|
||||
setting_name = "ref";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue