Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <memory>
#include <thread>
#include <pthread.h>
#include <jau/test/catch2_ext.hpp>
#include <jau/file_util.hpp>
#include <jau/cpuid.hpp>
#include <jau/os/os_support.hpp>
#include <jau/os/user_info.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("Test 00 Platform Info - os_and_arch", "[endian][abi][cpu][os]") | |
TEST_CASE ("Test 01 OS CPU ABI ENDIAN - os_and_arch", "[endian][abi][cpu][os]") | |
TEST_CASE ("Test 10 User Info", "[user][os]") | |
TEST_CASE | ( | "Test 00 Platform Info - os_and_arch" | , |
"" | [endian][abi][cpu][os] | ||
) |
Definition at line 38 of file test_os_cpu_arch.cpp.
TEST_CASE | ( | "Test 01 OS CPU ABI ENDIAN - os_and_arch" | , |
"" | [endian][abi][cpu][os] | ||
) |
Definition at line 42 of file test_os_cpu_arch.cpp.
TEST_CASE | ( | "Test 10 User Info" | , |
"" | [user][os] | ||
) |
Definition at line 61 of file test_os_cpu_arch.cpp.