13 lines
299 B
C++
13 lines
299 B
C++
#include <iostream>
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
#include <di/drv/hl854x/str.h>
|
|
|
|
using namespace std;
|
|
|
|
TEST(drv_hl854x_str, all) {
|
|
cout << di_drv_hl854x_str_na << "(" << di_drv_hl854x_str_na_size << ")" << endl;
|
|
cout << di_drv_hl854x_str_eof << "(" << di_drv_hl854x_str_eof_size << ")" << endl;
|
|
}
|