diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-04 14:29:17 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-07 12:56:18 +0300 |
commit | eed5cb683dda33b6861dc1d005f80a884e43218d (patch) | |
tree | 91daf9efe49902424930e4ee738af30ce42e67e0 /tests/ci | |
parent | 559fbe0cbdb16f0c7c3a2f33e326a3b5930fd3f3 (diff) |
Distribute missing files required for tests
Diffstat (limited to 'tests/ci')
-rw-r--r-- | tests/ci/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ci/buildfile b/tests/ci/buildfile index c5097ba..6ed5d5b 100644 --- a/tests/ci/buildfile +++ b/tests/ci/buildfile @@ -12,7 +12,8 @@ include $dir commons = data ./: testscript{* -{$commons}} common{$commons} {*/ -test/}{**} \ - $dir/exe{brep-ci-dir} $dir/exe{brep-ci-load} doc{README} + $dir/exe{brep-ci-dir} $dir/exe{brep-ci-load} \ + doc{README} file{hello.tar.gz} testscript{ci-dir}@./: test = $out_base/$dir/brep-ci-dir testscript{ci-load}@./: test = $out_base/$dir/brep-ci-load |