Skip to content

Commit 70a4f70

Browse files
authored
Merge pull request #7 from yenqileo/release/25.1.1-2
Release 25.1.1-2 (#19)
2 parents 2f422bf + e1edffd commit 70a4f70

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

FCS/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ create_build_dir:
3333
mkdir -p $(BUILD_DIR)/src
3434
mkdir -p $(BUILD_DIR)/mock
3535

36+
$(BUILD_DIR)/src/%.o: ./FCSFilter/src/%.cpp
37+
$(CC) -fPIC -Wall -Wextra -Werror -g $(FCS_SERVER_WITH_SIMULATOR_INCLUDE_FLAGS) -c $^ -o $@
38+
39+
$(BUILD_DIR)/mock/%.o: ./FCSFilter/test/mocks/%.cpp
40+
$(CC) -fPIC -Wall -Wextra -Werror -g $(FCS_SERVER_WITH_SIMULATOR_INCLUDE_FLAGS) -c $^ -o $@
41+
42+
$(BUILD_DIR)/mock/combined.o: $(OBJS)
43+
ld -r $^ -o $@
44+
45+
$(BUILD_DIR)/libFCSMock.so: $(BUILD_DIR)/mock/combined.o
46+
$(CC) -shared -o $(BUILD_DIR)/libFCSMock.so $^
47+
3648
x86: create_build_dir
3749
$(CC) $(CFLAGS) $(FCS_SERVER_INCLUDE_FLAGS) -o $(BUILD_DIR)/$(EXE_NAME).x86 $(FCS_FILTER_SOURCE_DIR)/*.cpp $(FCS_SERVER_SOURCE_DIR)/*.cpp -ldl
3850

Verifier/verifier_third_party_licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# VERIFIER dependency list
33
## Dependency License Report
4-
_2025-07-11 02:14:53 UTC_
4+
_2025-07-11 03:38:33 UTC_
55
## Apache License 2.0
66

77
**1** **Group:** `io.swagger.core.v3` **Name:** `swagger-annotations` **Version:** `2.2.28`

bkps/bkps_third_party_licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# BKPS dependency list
33
## Dependency License Report
4-
_2025-07-11 02:14:53 UTC_
4+
_2025-07-11 03:38:33 UTC_
55
## Apache 2
66

77
**1** **Group:** `com.opencsv` **Name:** `opencsv` **Version:** `5.9`

workload/workload_third_party_licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# WORKLOAD dependency list
33
## Dependency License Report
4-
_2025-07-11 02:14:54 UTC_
4+
_2025-07-11 03:38:34 UTC_
55
## Apache License 2.0
66

77
**1** **Group:** `io.swagger.core.v3` **Name:** `swagger-annotations` **Version:** `2.2.28`

0 commit comments

Comments
 (0)