GDB (xrefs)
Loading...
Searching...
No Matches
Functions
selftests::path_join Namespace Reference

Functions

template<typename ... Args>
static void test_one (const char *expected, Args... paths)
 
static void test ()
 

Function Documentation

◆ test()

static void selftests::path_join::test ( )
static

Definition at line 39 of file path-join-selftests.c.

References test_one().

Referenced by _initialize_path_join_selftests().

◆ test_one()

template<typename ... Args>
static void selftests::path_join::test_one ( const char * expected,
Args... paths )
static

Definition at line 29 of file path-join-selftests.c.

Referenced by test().