File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# LibUDPard instructions for agents
22
33Please 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+
56Keep the code and comments very brief. Be sure every significant code block is preceded with a brief comment.
67
78When building the code, don't hesitate to use multiple jobs to use all CPU cores.
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ gen_test_matrix(test_intrusive_misc "src/test_intrusive_misc.c")
8989gen_test_matrix(test_intrusive_tx "src/test_intrusive_tx.c" )
9090gen_test_matrix(test_intrusive_rx "src/test_intrusive_rx.c" )
9191gen_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 ..
File renamed without changes.
You can’t perform that action at this time.
0 commit comments