Skip to content

Commit

Permalink
remove the test from COMPONENT_SRCDIRS since it no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bland committed Jun 7, 2022
1 parent 425a6e7 commit b06e6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

set(COMPONENT_REQUIRES wolfssl)

set(COMPONENT_SRCDIRS "./src/" "./src/structures/ ./src/models ./src/test")
set(COMPONENT_SRCDIRS "./src/" "./src/structures/ ./src/models")

set(COMPONENT_ADD_INCLUDEDIRS "./include/")

Expand Down
2 changes: 1 addition & 1 deletion src/models/revision_counter.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <fcntl.h>
#include <limits.h>
#include <fcntl.h>
#include <unistd.h>

Expand Down

0 comments on commit b06e6cd

Please sign in to comment.