diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-01 20:49:29 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-02 21:51:28 +0200 |
commit | 23a5528e2b5a6008b3572a172e5f1671a13d28b8 (patch) | |
tree | 9a15f9b903cdc016c24a4d9ef0e38b5da005e70f /test/asset/run/erebos-tester.yaml | |
parent | b698fa819723635ddbdde15e592c3b7acc018024 (diff) |
Test script execution based on config file
Diffstat (limited to 'test/asset/run/erebos-tester.yaml')
-rw-r--r-- | test/asset/run/erebos-tester.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asset/run/erebos-tester.yaml b/test/asset/run/erebos-tester.yaml new file mode 100644 index 0000000..937ca97 --- /dev/null +++ b/test/asset/run/erebos-tester.yaml @@ -0,0 +1,2 @@ +tests: ./scripts/**/*.et +tool: ./tools/tool |