diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2013-07-19 16:48:14 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2013-07-19 16:48:14 +0100 |
commit | 1add5790ea679f2a88616bc5f4b3677d0d5305f6 (patch) | |
tree | 568f7b19ff045155f3985925dd2a4cb1be3da1df | |
parent | e8a2f72d6fb4ad37d3c6defe4c23aa96e30b4831 (diff) | |
download | gitano-1add5790ea679f2a88616bc5f4b3677d0d5305f6.tar.gz |
Clean up test target now that yarn reports empty inputs
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -142,15 +142,6 @@ install-skel: test: local $(TEST_BINS) @env GTT="$$(pwd)/testing/gitano-test-tool" \ $(YARN) testing/library.yarn $(TESTS) - @EMPTY=0; for YFILE in $(TESTS); do \ - if test $$(wc -l < $$YFILE) -lt 2; then \ - echo "WARNING: $$YFILE appears to be empty"; \ - EMPTY=$$((EMPTY + 1)); \ - fi \ - done; \ - if test $$EMPTY -gt 0; then \ - echo "WARNING: Count of empty yarns: $$EMPTY"; \ - fi testing/%: testing/%.in $(GEN_BIN) $(call GEN_LOCAL_BIN,$<,$@) |