Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Aug 29, 2023
1 parent f2a6dfa commit d482327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/util_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "catch2/matchers/catch_matchers_string.hpp"
#include "utils.h"

#include <unistd.h>

TEST_CASE("read_file", "[util]") {
const char *test_path = TO_STRING(ZITI_TEST_DIR) "/ctrl_tests.cpp";
char *content = nullptr;
Expand Down

0 comments on commit d482327

Please sign in to comment.