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
When I execute the command "make testpase", the error is as follows: make: *** No rule to make target 'testpase'. Stop
There is indeed no "testpase" command in the Makfile
When I execute the command "make check", the error is as follows:
mkdir -p ~/.local/lib/wireshark/plugins/3.6
cp matter-disector.so ~/.local/lib/wireshark/plugins/3.6
tests/test-packet-matter-decrypt.exe
Testing decrypt[0]: FAIL: 4047
Testing decrypt[1]: FAIL: 4047
make: *** [Makefile:122: check] Error 207
how do i fix them
The text was updated successfully, but these errors were encountered:
When I execute the command "make testpase", the error is as follows:
make: *** No rule to make target 'testpase'. Stop
There is indeed no "testpase" command in the Makfile
When I execute the command "make check", the error is as follows:
mkdir -p ~/.local/lib/wireshark/plugins/3.6
cp matter-disector.so ~/.local/lib/wireshark/plugins/3.6
tests/test-packet-matter-decrypt.exe
Testing decrypt[0]: FAIL: 4047
Testing decrypt[1]: FAIL: 4047
make: *** [Makefile:122: check] Error 207
how do i fix them
The text was updated successfully, but these errors were encountered: