Skip to content

Commit 2e47d18

Browse files
tests
1 parent 5a24c0b commit 2e47d18

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# LibUDPard instructions for agents
22

33
Please read README.md for general information about LibUDPard.
4-
Read `.clang-format` and `**/.clang-tidy` to understand the coding style used in this project.
4+
The library source files are just two: `libudpard/udpard.c` and `libudpard/udpard.h`.
5+
56
Keep the code and comments very brief. Be sure every significant code block is preceded with a brief comment.
67

78
When building the code, don't hesitate to use multiple jobs to use all CPU cores.

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ gen_test_matrix(test_intrusive_misc "src/test_intrusive_misc.c")
8989
gen_test_matrix(test_intrusive_tx "src/test_intrusive_tx.c")
9090
gen_test_matrix(test_intrusive_rx "src/test_intrusive_rx.c")
9191
gen_test_matrix(test_fragment "src/test_fragment.cpp;${library_dir}/udpard.c")
92-
gen_test_matrix(test_e2e "src/test_e2e.cpp;${library_dir}/udpard.c")
92+
gen_test_matrix(test_e2e_random "src/test_e2e_random.cpp;${library_dir}/udpard.c")
9393

9494
# Coverage targets. Usage:
9595
# cmake -DENABLE_COVERAGE=ON ..

0 commit comments

Comments
 (0)