JayBeams
0.1
Another project to have fun coding.
|
#include <jb/gmock/init.hpp>
#include <jb/config_files_location.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
boost::filesystem | |
Functions | |
void | boost::filesystem::PrintTo (path const &p, ::std::ostream *os) |
BOOST_AUTO_TEST_CASE (config_files_location_constructors) | |
BOOST_AUTO_TEST_CASE (config_files_location_program_root) | |
BOOST_AUTO_TEST_CASE (config_files_location_no_program_root) | |
BOOST_AUTO_TEST_CASE (config_files_location_undefined_undef_test_root) | |
BOOST_AUTO_TEST_CASE (config_files_location_undefined_undef_system_root) | |
BOOST_AUTO_TEST_CASE (config_files_location_installed_binary) | |
BOOST_AUTO_TEST_CASE (config_files_location_no_program_path) | |
BOOST_AUTO_TEST_CASE (config_files_location_find) | |
BOOST_AUTO_TEST_CASE | ( | config_files_location_constructors | ) |
Definition at line 40 of file ut_config_files_location.cpp.
BOOST_AUTO_TEST_CASE | ( | config_files_location_program_root | ) |
Definition at line 123 of file ut_config_files_location.cpp.
References jb::sysconfdir().
BOOST_AUTO_TEST_CASE | ( | config_files_location_no_program_root | ) |
Definition at line 144 of file ut_config_files_location.cpp.
References jb::sysconfdir().
BOOST_AUTO_TEST_CASE | ( | config_files_location_undefined_undef_test_root | ) |
Definition at line 165 of file ut_config_files_location.cpp.
References jb::sysconfdir().
BOOST_AUTO_TEST_CASE | ( | config_files_location_undefined_undef_system_root | ) |
Definition at line 186 of file ut_config_files_location.cpp.
References jb::sysconfdir().
BOOST_AUTO_TEST_CASE | ( | config_files_location_installed_binary | ) |
Definition at line 206 of file ut_config_files_location.cpp.
References jb::bindir(), and jb::sysconfdir().
BOOST_AUTO_TEST_CASE | ( | config_files_location_no_program_path | ) |
Definition at line 231 of file ut_config_files_location.cpp.
References jb::sysconfdir().
BOOST_AUTO_TEST_CASE | ( | config_files_location_find | ) |
Definition at line 249 of file ut_config_files_location.cpp.
References jb::bindir(), and jb::sysconfdir().