Skip to content

Instantly share code, notes, and snippets.

@MarkTiedemann
Created December 13, 2019 23:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MarkTiedemann/0e6fdbdc00cc97d4243ffe5da6972a11 to your computer and use it in GitHub Desktop.
Save MarkTiedemann/0e6fdbdc00cc97d4243ffe5da6972a11 to your computer and use it in GitHub Desktop.
the-lost-art-of-the-makefile/01-your-tests-dont-need-to-be-phony/05
.PHONY: test
test:
node ndjson_validator.js < good.ndjson
! node ndjson_validator.js < bad.ndjson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment