Commit fe5c624b authored by Caiyi H.'s avatar Caiyi H.
Browse files

fix: update test-final target to depend on build-final and _prepare_image

parent 5fc4d242
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -93,7 +93,7 @@ _test_internal:
build-final:
@KERNEL_TEST="F" make _build_internal
test-final: build
test-final: build-final _prepare_image
@KERNEL_TEST="F" make _test_final_internal
_test_final_internal: _build_internal _test_internal
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment