Information and documentation on building an embedded board test lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
1.0 KiB

  1. # https://github.com/ironcamel/Graph-Easy
  2. log.txt: log_inp.txt box.sh
  3. graph-easy < $< | sh box.sh > $@
  4. log.html: log.txt
  5. (cat $<; echo; echo '<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>') > $@
  6. diag.txt: diag_inp.txt box.sh
  7. graph-easy < $< | sh box.sh > $@
  8. diag.html: diag.txt
  9. (cat $<; echo; echo '<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>') > $@
  10. diagtest:
  11. ls box.sh diag_inp.txt Makefile | entr sh -c 'make diag.txt && cat diag.txt'