#include "qa_utils.h"
#include <volk/volk.h>
#include <cmath>
#include <limits>
#include <vector>
Go to the source code of this file.
◆ QA
Value: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), \
test_params)
◆ VOLK_INIT_TEST
| #define VOLK_INIT_TEST |
( |
| func, |
|
|
| test_params ) |
Value:
(void (*)())func##_manual, \
std::string(#func), \
test_params)
◆ init_test_list()