Skip to content
Snippets Groups Projects
Commit 811e65cb authored by Julian Maxime Mendez's avatar Julian Maxime Mendez
Browse files

improve: add CLI runner for program test

parent dabd6cb9
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -155,4 +155,11 @@ def program(file_path):
'measurements': [],
'pass': 0
}
\ No newline at end of file
}
if __name__ == "__main__":
filePath = os.path.dirname(os.path.abspath(__file__))
filePath = '{}/../ipmc-config/stapl/2020_06_05_cernipmc.stp'
pprint.pprint(program(filePath))
\ No newline at end of file
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