Skip to content

Commit

Permalink
Fix incorrectly renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusspangenberg committed May 15, 2024
1 parent 36b106b commit dc839fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (NOT WAITFREEQUEUE_DISABLE_TESTS)

add_executable(
test_${PROJECT_NAME}
mpmc_queue.h
mpsc_queue.h
spsc_queue.h
test/test_mpsc_queue.cpp
test/test_helpers.h
Expand All @@ -42,6 +42,6 @@ if (NOT WAITFREEQUEUE_DISABLE_TESTS)
endif ()

install(FILES
mpmc_queue.h
mpsc_queue.h
spsc_queue.h
DESTINATION include/waitfreequeue)
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_mpsc_queue.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "mpmc_queue.h"
#include "mpsc_queue.h"
#include "test/test_helpers.h"
#include "gtest/gtest.h"
#include <cstddef>
Expand Down

0 comments on commit dc839fa

Please sign in to comment.