File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ test: unittest e2etest
233233
234234# # unittest Run all unit tests
235235.PHONY : unittest
236- unittest : test_unikontainers test_metrics test_network test_hypervisors
236+ unittest : test_unikontainers test_metrics test_network test_hypervisors test_unikernels
237237
238238# # e2etest Run all end-to-end tests
239239.PHONY : e2etest
@@ -263,6 +263,12 @@ test_hypervisors:
263263 @GOFLAGS=$(TEST_FLAGS ) $(GO ) test $(TEST_OPTS ) ./pkg/unikontainers/hypervisors -v
264264 @echo " "
265265
266+ # # test_unikernels Run unit tests for unikernels package
267+ test_unikernels :
268+ @echo " Unit testing in unikernels"
269+ @GOFLAGS=$(TEST_FLAGS ) $(GO ) test $(TEST_OPTS ) ./pkg/unikontainers/unikernels -v
270+ @echo " "
271+
266272# # test_nerdctl Run all end-to-end tests with nerdctl
267273.PHONY : test_nerdctl
268274test_nerdctl :
You can’t perform that action at this time.
0 commit comments