applied, comments inline

> diff --git a/data/Makefile.am b/data/Makefile.am
> index ca180ca..51b1cd4 100644
> --- a/data/Makefile.am
> +++ b/data/Makefile.am
> @@ -1,4 +1,4 @@
>  
> -SUBDIRS = src PVE
> +SUBDIRS = src PVE test
>  
>  CLEANFILES = *~
> diff --git a/data/test/Makefile b/data/test/Makefile
> new file mode 100644
> index 0000000..c3df52a
> --- /dev/null
> +++ b/data/test/Makefile
> @@ -0,0 +1,9 @@
> +all:
> +
> +.PHONY: check install clean distclean
> +check:
> +     ./corosync_parser_test.pl
> +
> +install: check

Is this necessary? If so, why?

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to