You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor BACnet test CMakeLists.txt files to streamline source file inclusion
- Updated multiple CMakeLists.txt files in the BACnet test directories to replace relative source paths with absolute paths from the BACNET_BASE directory.
- Removed unnecessary commented-out code and consolidated source file lists for clarity and maintainability.
- Ensured that all relevant BACnet source files are included for unit testing across various test cases, including IAM, IHAVE, INDText, Lighting, LSO, Memcopy, NPDU, Property, PTransfer, RD, Reject, RP, RPM, Timestamp, TimeSync, WhoHas, and WhoIs.
- Added main.c file references for unit testing in each test directory.
0 commit comments