diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-04-06 13:28:06 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-04-08 01:11:41 +0200 |
commit | 4914fce77be7764332ca2b56a3496ea73ad2f042 (patch) | |
tree | 0a478e20efaa6047a1fc7aaafcfd9b519517d9cd /test/Makefile | |
parent | 55bbe3dbcb043b62f2d8b7f204873c160d40e7b9 (diff) | |
download | passt-4914fce77be7764332ca2b56a3496ea73ad2f042.tar passt-4914fce77be7764332ca2b56a3496ea73ad2f042.tar.gz passt-4914fce77be7764332ca2b56a3496ea73ad2f042.tar.bz2 passt-4914fce77be7764332ca2b56a3496ea73ad2f042.tar.lz passt-4914fce77be7764332ca2b56a3496ea73ad2f042.tar.xz passt-4914fce77be7764332ca2b56a3496ea73ad2f042.tar.zst passt-4914fce77be7764332ca2b56a3496ea73ad2f042.zip |
nstool: Rename nsholder to nstool
In preparation for extending what it does.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 8d9be0b..7b00bef 100644 --- a/test/Makefile +++ b/test/Makefile @@ -58,7 +58,7 @@ TESTDATA_ASSETS = small.bin big.bin medium.bin LOCAL_ASSETS = mbuto.img mbuto.mem.img QEMU_EFI.fd \ $(DEBIAN_IMGS:%=prepared-%) $(FEDORA_IMGS:%=prepared-%) \ $(UBUNTU_NEW_IMGS:%=prepared-%) \ - nsholder guest-key guest-key.pub \ + nstool guest-key guest-key.pub \ $(TESTDATA_ASSETS) ASSETS = $(DOWNLOAD_ASSETS) $(LOCAL_ASSETS) @@ -79,7 +79,7 @@ mbuto.img: passt.mbuto mbuto guest-key.pub $(TESTDATA_ASSETS) mbuto.mem.img: passt.mem.mbuto mbuto ../passt.avx2 ./mbuto/mbuto -p ./$< -c lz4 -f $@ -nsholder: nsholder.c +nstool: nstool.c $(CC) $(CFLAGS) -o $@ $^ QEMU_EFI.fd: |