]> git.proxmox.com Git - pve-container.git/blob - src/test/Makefile
fdd0271e059411e1db509b62ad169d1a7bd4226b
[pve-container.git] / src / test / Makefile
1 RUN_USERNS := lxc-usernsexec -m "b:0:`id -u`:1" --
2
3 all: test
4
5 test: test_setup test_snapshot test_bindmount
6
7 test_setup: run_setup_tests.pl
8 $(RUN_USERNS) ./run_setup_tests.pl
9
10 test_snapshot: run_snapshot_tests.pl
11 ./run_snapshot_tests.pl
12
13 test_bindmount: bindmount_test.pl
14 $(RUN_USERNS) ./bindmount_test.pl
15
16 clean:
17 rm -rf tmprootfs