Do not install kvm-unit-tests

With kvm-unit-tests building out of tree, it is not necessary to run
`make install`. Run only `make standalone` and adjust paths.

Change-Id: Ia39abb245bccf1853586398ee17f7b8ec9e0f55d
diff --git a/Makefile b/Makefile
index a2a280f..0f55b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@
 			--cc=$(KUT_CC) --ld=$(KUT_LD) \
 			--objcopy=$(KUT_OBJCOPY) --objdump=$(KUT_OBJDUMP)
 	PATH=$(KUT_PATH) COMMON_CFLAGS=$(KUT_COMMON_CFLAGS) \
-		$(MAKE) -C $(KUT_OUT) install
+		$(MAKE) -C $(KUT_OUT) standalone
 
 .PHONY: kvm-unit-tests_clean
 kvm-unit-tests_clean:
@@ -222,7 +222,7 @@
 	@LD_LIBRARY_PATH=$(KUT_QEMU_LIB):$(LD_LIBRARY_PATH) VERBOSE=$(VERBOSE) \
 		$(TEST_SCRIPTS_DIR)/run_tests.sh \
 			-j $(JOBS) \
-			-t $(KUT_OUT)/share/kvm-unit-tests/ \
+			-t $(KUT_OUT)/tests/ \
 			-x $(KUT_EXCLUDE) \
 			-l $(KERNEL_IMAGE) \
 			-r $(KUT_ROOTFS_IMAGE) \