add integration test for 555983fc2e

Thanks to Andrei Errapart for providing the image.
This commit is contained in:
Motiejus Jakštys 2024-09-10 11:36:31 +03:00
parent f8172015a8
commit d810f1cd33
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,9 @@ coverage.html: coverage.out
clean:
rm -f undocker coverage.html
TEST_IMAGES = busybox-glibc_65ad0d468eb1
TEST_IMAGES = \
busybox-glibc_65ad0d468eb1 \
docker_v27.1.2_save
.PHONY: test-integration
test-integration: $(foreach IMG,$(TEST_IMAGES),test-integration-$(IMG))

View File

@ -0,0 +1 @@
-rw-r--r-- 0/0 39 2024-09-10 10:49 Dockerfile