utest: + code_location test
This commit is contained in:
parent
ca64cdd911
commit
b2d939363e
5 changed files with 73 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ namespace ut {
|
|||
std::vector<filename_tcase> s_filename_tcase_v(
|
||||
{
|
||||
filename_tcase("foo", "foo"),
|
||||
filename_tcase("/foo", "foo"),
|
||||
filename_tcase("/foo/bar", "bar"),
|
||||
});
|
||||
|
||||
TEST_CASE("filename", "[filename]") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue