Skip to content

Commit

Permalink
Add make target for updating test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 17, 2016
1 parent 41f0478 commit 8d96181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dist_bin_SCRIPTS = sile
nobase_dist_pkgdata_DATA = $(subdir_files)
EXTRA_DIST=NEWS.md README.md LICENSE ROADMAP tests examples

tests/%.expected: tests/%.sil
./sile -e 'require("core/debug-output")' $< > $@

gource.webm:
mkdir -p /tmp/gravatars
convert examples/images/sile-logo.jpg -negate -resize 50% /tmp/sile-logo.jpg
Expand Down

0 comments on commit 8d96181

Please sign in to comment.