Skip to content

Commit

Permalink
Fix running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jan 12, 2025
1 parent fcf592f commit b46a005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD 14)

cmake_minimum_required(VERSION 3.9)

Expand Down
1 change: 1 addition & 0 deletions tests/followers_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <gtest/gtest.h>
#include <algorithm>
#include <array>
#include "followers.h"

const char followers[] = R"(
Expand Down

0 comments on commit b46a005

Please sign in to comment.