#include "qa_utils.h"
#include <volk/volk.h>
#include <vector>
Go to the source code of this file.
◆ QA
#define QA |
( |
|
test | ) |
test_cases.push_back(test); |
◆ VOLK_INIT_PUPP
#define VOLK_INIT_PUPP |
( |
|
func, |
|
|
|
puppet_master_func, |
|
|
|
test_params |
|
) |
| |
Value:
(void (*)())func##_manual, \
std::string(#func), \
std::string(#puppet_master_func), \
Definition: qa_utils.h:112
volk_test_params_t test_params(1e-6f, 327.f, 131071, 1987, false, "")
◆ VOLK_INIT_TEST
Value:
(void (*)())func##_manual, \
std::string(#func), \
◆ init_test_list()