diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-21 12:23:09 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-21 19:52:57 +0100 |
commit | 23fcd4ef079ad2b4aed69b4f363cbb9e7102c4ed (patch) | |
tree | 2fbf27f77274df35b31504e9b6cde5ed0a53455c /ui-tests/.cargo | |
parent | 57641e00d6ed1fd7689c3079abb10f67d5387143 (diff) |
add ui tests (inspired by trybuild)
Diffstat (limited to 'ui-tests/.cargo')
-rw-r--r-- | ui-tests/.cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-tests/.cargo/config.toml b/ui-tests/.cargo/config.toml new file mode 100644 index 0000000..ec6a5d0 --- /dev/null +++ b/ui-tests/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target-dir = "../target" |