Commit Graph

2 Commits

Author SHA1 Message Date
Morten Borup Petersen 9d8a8eeac8 [PyCDE] Add .py ext to py-split-input-file to make Windows happy 2022-06-17 14:13:46 +02:00
Morten Borup Petersen b7f6d475fd
Add py-split-input-file for better python test support (#3356)
Writing failing tests for PyCDE code gets cumbersome, quickly, without --split-input-file behaviour like we're used to in opt tools.
This commit adds a small python script which splits an input file based on a split token (# -----) and executes each split separately, catching any exceptions which might be thrown.
2022-06-15 19:56:13 +02:00