Skip to content

Commit 62e1d8e

Browse files
committed
Add targets to test specific protocols
1 parent ebbe771 commit 62e1d8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ test-sdns:
8484
test-protocols:
8585
$(TESTER) $(TESTER_OPTS) tests/protocols_tests.py
8686

87+
test-enip:
88+
$(TESTER) $(TESTER_OPTS) tests/protocols_tests.py:TestEnipProtocol
89+
90+
test-modbustcp:
91+
$(TESTER) $(TESTER_OPTS) tests/protocols_tests.py:TestModbusTcpProtocol
92+
8793
test-utils:
8894
$(TESTER) $(TESTER_OPTS) tests/utils_tests.py
8995

0 commit comments

Comments
 (0)