#include <boost/test/auto_unit_test.hpp>
#include "testsuite.hh"
#include <utilmm/configfile/shell_expand.hh>
#include <sys/types.h>
#include <unistd.h>
#include <pwd.h>
#include <string>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_expansion) | |
static std::string | get_home () |
BOOST_AUTO_TEST_CASE | ( | test_expansion | ) |
Definition at line 31 of file test_shellexpand.cc.
static std::string get_home | ( | ) | [static] |
Definition at line 12 of file test_shellexpand.cc.