mirror of https://github.com/secdev/scapy.git
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
|
{
|
||
|
"testfiles": [
|
||
|
"*.uts",
|
||
|
"../scapy/contrib/*.uts"
|
||
|
],
|
||
|
"onlyfailed": true,
|
||
|
"preexec": {
|
||
|
"../scapy/contrib/*.uts": "load_contrib(\"%name%\")"
|
||
|
},
|
||
|
"format": "text"
|
||
|
}
|