summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorトトも <85485984+ElectronicsArchiver@users.noreply.github.com>2022-04-16 20:18:56 +0200
committerGitHub <noreply@github.com>2022-04-16 14:18:56 -0400
commit33cc3b9dd7bf3dae1c6cf86e46bb4923f96e7fff (patch)
tree02fb808d19aee560ac9d381ca5a52509881cdd44 /tests
parent8f5a73a6585bd425807430fd80ce1e3a737f4c5f (diff)
downloadbfs-33cc3b9dd7bf3dae1c6cf86e46bb4923f96e7fff.tar.xz
Source / Include Folder (#88)
Moved Source Files Into `src` Folder
Diffstat (limited to 'tests')
-rw-r--r--tests/trie.c2
-rw-r--r--tests/xtimegm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/trie.c b/tests/trie.c
index 4326196..0158fd8 100644
--- a/tests/trie.c
+++ b/tests/trie.c
@@ -16,7 +16,7 @@
#undef NDEBUG
-#include "../trie.h"
+#include "../src/trie.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/xtimegm.c b/tests/xtimegm.c
index f4e28ee..d774b9e 100644
--- a/tests/xtimegm.c
+++ b/tests/xtimegm.c
@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
-#include "../xtime.h"
+#include "../src/xtime.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>