Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Add Makefile For Easy Automated Testing Immediately After Building #452

Merged
merged 1 commit into from Jun 13, 2014

Conversation

Projects
None yet
2 participants
Contributor

harding commented Jun 12, 2014

As extensively discussed on the -docs mailing list, a new Makefile lets testers build the static HTML files and then run a few automated tests to catch problems like missing files and links. The Makefile is not required; the site can still be built using just Jekyll.

This commit also fixes several image-related errors reported by make test by adding the missing PNG images.

Add Makefile For Easy Automated Testing Immediately After Building
New Makefile lets testers build the static HTML files and then run a few
automated tests to catch problems like missing files and links.  The
Makefile is not required; the site can still be built using just Jekyll.

This commit also fixes several image-related errors reported by `make
test` by adding the missing PNG images.
Contributor

saivann commented Jun 12, 2014

@harding LGTM !

Contributor

harding commented Jun 12, 2014

@saivann thanks!

If no critical feedback is received, this PR will be merged around 17:00 UTC Friday.

@harding harding merged commit 3a90000 into bitcoin-dot-org:master Jun 13, 2014

@harding harding deleted the harding:makefile branch Feb 25, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment