OpenVPN 3 Core Library
Loading...
Searching...
No Matches
test_randapi.cpp File Reference
#include <iostream>
#include "test_common.hpp"
#include <openvpn/random/randapi.hpp>
Include dependency graph for test_randapi.cpp:

Go to the source code of this file.

Classes

class  IntegralMin< IntegralT >
 

Macros

#define RANDAPI_SIGNED_MIN_TEST(test)
 

Functions

template<typename IntegralT >
void randapi_signed_min_test (const std::string &test_name)
 
 TEST (misc, randapi_signed_min)
 

Macro Definition Documentation

◆ RANDAPI_SIGNED_MIN_TEST

#define RANDAPI_SIGNED_MIN_TEST (   test)
Value:
do \
{ \
randapi_signed_min_test<test>(#test); \
} while (0)
void test()
Definition test_rc.cpp:80

Definition at line 56 of file test_randapi.cpp.

Function Documentation

◆ randapi_signed_min_test()

template<typename IntegralT >
void randapi_signed_min_test ( const std::string &  test_name)

Definition at line 47 of file test_randapi.cpp.

◆ TEST()

TEST ( misc  ,
randapi_signed_min   
)

Definition at line 63 of file test_randapi.cpp.