diff options
Diffstat (limited to 'tests/kolainst/Makefile')
-rw-r--r-- | tests/kolainst/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/kolainst/Makefile b/tests/kolainst/Makefile index acfdc3b7..b2172ccb 100644 --- a/tests/kolainst/Makefile +++ b/tests/kolainst/Makefile @@ -15,3 +15,7 @@ install: install -D -m 0755 -t $(KOLA_TESTDIR)/nondestructive-rs ../inst/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 + +localinstall: + rm -rf ../kola + make install KOLA_TESTDIR=../kola |