mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 08:46:45 +08:00
fix(test): Update test.h include paths after master rebase
After rebasing onto master, test.h was moved to test/archive/. Updated include paths in test subdirectories: - test/imp/*.cpp: "test.h" -> "../archive/test.h" - test/mem/*.cpp: "test.h" -> "../archive/test.h" - test/concur/*.cpp: "test.h" -> "../archive/test.h" This ensures all test files can properly find the test header after the directory reorganization in master branch.
This commit is contained in:
parent
874e0b25bc
commit
b35de5a154
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#define private public
|
||||
#include "libipc/concur/intrusive_stack.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/byte.h"
|
||||
#include "libipc/imp/span.h"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/codecvt.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/detect_plat.h"
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/error.h"
|
||||
#include "libipc/imp/fmt.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/expected.h"
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
#include <tuple>
|
||||
#include <cstring>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/fmt.h"
|
||||
#include "libipc/imp/byte.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/generic.h"
|
||||
#include "libipc/imp/detect_plat.h"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/log.h"
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#include <sstream>
|
||||
#include <cstdint>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/result.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/span.h"
|
||||
#include "libipc/imp/generic.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/system.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/imp/uninitialized.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#if defined(LIBIPC_CPP_17) && defined(__cpp_lib_memory_resource)
|
||||
# include <memory_resource>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#include <cstddef>
|
||||
#include <thread>
|
||||
|
||||
#include "test.h"
|
||||
#include "../archive/test.h"
|
||||
|
||||
#include "libipc/mem/new.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user