We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbe771 commit 62e1d8eCopy full SHA for 62e1d8e
Makefile
@@ -84,6 +84,12 @@ test-sdns:
84
test-protocols:
85
$(TESTER) $(TESTER_OPTS) tests/protocols_tests.py
86
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
93
test-utils:
94
$(TESTER) $(TESTER_OPTS) tests/utils_tests.py
95
0 commit comments