]> git.proxmox.com Git - pve-common.git/blame - test/Makefile
swap raw syscall numbers with syscall.ph for easier porting
[pve-common.git] / test / Makefile
CommitLineData
936218b8
WB
1SUBDIRS = etc_network_interfaces
2
3all:
4
5.PHONY: check install clean distclean
6
7check:
8 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
d9f86d0d 9 ./lock_file.pl
3ebebd19 10 ./calendar_event_test.pl
936218b8
WB
11
12install: check
13distclean: clean
14clean: