summaryrefslogtreecommitdiff
path: root/tests/kolainst
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-04-15 11:13:31 -0400
committerColin Walters <walters@verbum.org>2021-04-15 12:33:34 -0400
commit46a0911c6d3999e36a10861c94f0c48c033a46f2 (patch)
tree12887858fbe065e71540bb94968005dfd97fab5b /tests/kolainst
parent36693f064c63dad550ebcfed33bf9b95806ddef9 (diff)
downloadostree-46a0911c6d3999e36a10861c94f0c48c033a46f2.tar.gz
build-sys: Add toplevel workspace Cargo.toml
rust-analyzer is happier with this because it understands the project structure out of the box. We aren't actually again adding a dependency on Rust/cargo in the core, this is only used to make `cargo build` work out of the box to build the Rust test code.
Diffstat (limited to 'tests/kolainst')
-rw-r--r--tests/kolainst/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kolainst/Makefile b/tests/kolainst/Makefile
index acfdc3b7..5dc18281 100644
--- a/tests/kolainst/Makefile
+++ b/tests/kolainst/Makefile
@@ -12,6 +12,6 @@ all:
install:
install -D -m 0644 -t $(KOLA_TESTDIR) $(LIBSCRIPTS)
for x in $(TESTDIRS); do rsync -rlv ./$${x} $(KOLA_TESTDIR)/; done
- install -D -m 0755 -t $(KOLA_TESTDIR)/nondestructive-rs ../inst/target/release/ostree-test
+ install -D -m 0755 -t $(KOLA_TESTDIR)/nondestructive-rs ../../target/release/ostree-test
install -D -m 0644 destructive-stamp.ign $(KOLA_TESTDIR)/destructive-rs/config.ign
./install-wrappers.sh destructive-list.txt $(KOLA_TESTDIR)/destructive-rs