]> git.proxmox.com Git - pve-cluster.git/blob - src/test/Makefile
re-organize source hierachy
[pve-cluster.git] / src / test / Makefile
1 all:
2
3 cpgtest: cpgtest.c
4 gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libqb) -o cpgtest
5
6 .PHONY: check install clean distclean
7 check:
8 ./corosync_parser_test.pl
9
10 distclean: clean
11 clean: