Skip to content

Commit

Permalink
Also test compilation explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Aug 5, 2016
1 parent 12aa56b commit 2b159ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ test-package-build: create-package
@NAME=xdotool-$(VERSION) && \
echo "Testing package $$NAME" && \
tar -zxf $${NAME}.tar.gz && \
make -C $${NAME} && \
make -C $${NAME} docs && \
make -C $${NAME} test && \
echo "Package ready: $${NAME}"; \
Expand Down

0 comments on commit 2b159ac

Please sign in to comment.