]> git.proxmox.com Git - pve-container.git/blobdiff - src/test/Makefile
lxc start: warn in case of conflicting lxc.idmap entries
[pve-container.git] / src / test / Makefile
index 8734879647844609b33356650a6351e4ba045acc..82e8967fbf1481886cde5535738cffcb1d5ce0a8 100644 (file)
@@ -2,7 +2,7 @@ RUN_USERNS := lxc-usernsexec -m "u:0:`id -u`:1" -m "g:0:`id -g`:1" --
 
 all: test
 
-test: test_setup test_snapshot test_bindmount
+test: test_setup test_snapshot test_bindmount test_idmap
 
 test_setup: run_setup_tests.pl
        $(RUN_USERNS) ./run_setup_tests.pl
@@ -13,5 +13,8 @@ test_snapshot: run_snapshot_tests.pl
 test_bindmount: bindmount_test.pl
        $(RUN_USERNS) ./bindmount_test.pl
 
+test_idmap: run_idmap_tests.pl
+       ./run_idmap_tests.pl
+
 clean:
        rm -rf tmprootfs