Files
aws/regtests/0153_upload5/test.py
Kévin Le Gouguec 30bab00a89 regtests: Allow testcase to declare resources to copy on target
This is not enough to make 0007_dirop pass, since run_cross neither copies
recursively nor preserves file attributes, but it does let the "upload"
tests pass.

TN: W307-028
2023-05-09 13:35:41 +02:00

4 lines
101 B
Python

from test_support import *
build_and_run('upload5', resources=("test.out", "upload5.adb", "*.txt"))