commit | ef5f76740c22f77e9b0e1bd651da34f27bd7fe4d | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Apr 01 17:04:12 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Apr 01 17:23:00 2021 +0200 |
tree | 60a42cf26272edd7db68522c08e2a076a9d0ad9b | |
parent | 1ab6c06b46635045eadbdeb23def2dcb5bcab9ce [diff] [blame] |
tests CHANGE rename config.h to tests_config.h Make the tests' config header name clearly connected with tests. The config.h is supposed to be connected with sources.
diff --git a/tests/utests/utests.h b/tests/utests/utests.h index c3bfb73..fa686d3 100644 --- a/tests/utests/utests.h +++ b/tests/utests/utests.h
@@ -29,7 +29,7 @@ #include "libyang.h" #include "plugins_internal.h" #include "plugins_types.h" -#include "tests/config.h" +#include "tests_config.h" #include "tree_schema_internal.h" /**