File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
tests-integration/memory/paging Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ multicore_subset(){
7979 # The following tests are not using multiple CPU's, but have been equippedd with some anyway
8080 # to make sure core functionality is not broken by missing locks etc. when waking up more cores.
8181 nix-shell ./unikernel.nix --arg smp true $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /net/udp --arg doCheck true
82- nix-build ./unikernel.nix --arg smp true $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /kernel /paging --arg doCheck true
82+ nix-build ./unikernel.nix --arg smp true $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /memory /paging --arg doCheck true
8383}
8484
8585smoke_tests (){
8686 nix-shell ./unikernel.nix $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /net/udp --arg doCheck true
8787 nix-shell ./unikernel.nix $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /net/tcp --arg doCheck true
88- nix-build ./unikernel.nix $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /kernel /paging --arg doCheck true
88+ nix-build ./unikernel.nix $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /memory /paging --arg doCheck true
8989 nix-build ./unikernel.nix $CCACHE_FLAG --argstr unikernel ${INTEGRATION_TESTS} /kernel/smp --arg doCheck true
9090}
9191
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments