[pve-devel] applied: [RFC cluster 1/2] add simple corosync config parser self check
Dietmar Maurer
dietmar at proxmox.com
Tue Jun 27 07:52:48 CEST 2017
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?
More information about the pve-devel
mailing list