Skip to content
Snippets Groups Projects
Commit 99437e73 authored by jerray's avatar jerray
Browse files

test Security generation : Check before if proverif is in PATH

parent 5e81103d
No related branches found
No related tags found
1 merge request!500Auto security diplodocus
......@@ -73,9 +73,7 @@ public class AutoSecurityGenerationDiplodocusTest extends AbstractTest {
public void testSecurityModels() throws Exception {
// Test if proverif is installed in the path
TraceManager.addDev("Testing if \"proverif\" is in the PATH");
if (!(canExecute("proverif"))) {
return;
}
assertTrue(canExecute("proverif"));
TraceManager.addDev("Starting function testSecurityModels");
File dir = new File(MODELS_DIR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment