[acceptance-tests] Fix tarball build and rename "check" target to "check-full"
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 20 Oct 2015 13:14:34 +0000 (15:14 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 20 Oct 2015 13:14:54 +0000 (15:14 +0200)
commited2224dd51d1eb08f2ef88d43fce2d5de73c08c6
tree893a4032d57b8a661eb74f8dd6df44ff0e28c36e
parent35a0f8b5c37c647ad9edbbe6453237f2c685c24a
[acceptance-tests] Fix tarball build and rename "check" target to "check-full"

The acceptance-tests folder wasn't getting included in the tarball, adding the folder
to the SUBDIRS in the top-level Makefile.am fixes this. Additionally, EXTRA_DISTFILES
doesn't work outside of mcs/ so rename it to EXTRA_DIST.

Since we don't want a top-level "make check" to recurse into acceptance-tests just yet,
rename the check target to check-full so nothing gets run by default.
Makefile.am
acceptance-tests/Makefile.am
acceptance-tests/README.md