Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test target and build stage #13

Open
alerque opened this issue Dec 19, 2017 · 1 comment
Open

Add test target and build stage #13

alerque opened this issue Dec 19, 2017 · 1 comment

Comments

@alerque
Copy link
Member

alerque commented Dec 19, 2017

We need a target that can be extended per project for testing that basic properties came out right before syncing the results. An example might be imposing a check that a stapled booklet came out to exactly the planned page count:

check:  myproject_check

.PHONY: myproject_check
myproject_check: books
    test $(call pagecount,bookname-a6-stapled.pdf) -eq 32
@alerque
Copy link
Member Author

alerque commented Dec 6, 2018

Keep #15 in mind while working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant