Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(550)

Side by Side Diff: GNUmakefile.in

Issue 5900048: Issue 2426: override hardwired fonts in test-baseline (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*-Makefile-*- 1 # -*-Makefile-*-
2 2
3 depth = . 3 depth = .
4 4
5 SUBDIRS = python scripts \ 5 SUBDIRS = python scripts \
6 flower lily \ 6 flower lily \
7 mf ly \ 7 mf ly \
8 tex ps scm \ 8 tex ps scm \
9 po make \ 9 po make \
10 elisp vim \ 10 elisp vim \
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 $(MAKE) test 315 $(MAKE) test
316 $(MAKE) out=test -C input/regression local-test-baseline 316 $(MAKE) out=test -C input/regression local-test-baseline
317 $(MAKE) out=test -C input/regression/midi local-test-baseline 317 $(MAKE) out=test -C input/regression/midi local-test-baseline
318 $(MAKE) out=test -C input/regression/musicxml local-test-baseline 318 $(MAKE) out=test -C input/regression/musicxml local-test-baseline
319 $(MAKE) out=test -C input/regression/abc2ly local-test-baseline 319 $(MAKE) out=test -C input/regression/abc2ly local-test-baseline
320 $(MAKE) out=test -C input/regression/lilypond-book local-test-baseline 320 $(MAKE) out=test -C input/regression/lilypond-book local-test-baseline
321 321
322 local-check: test 322 local-check: test
323 rm -rf $(RESULT_DIR) 323 rm -rf $(RESULT_DIR)
324 mkdir -p $(RESULT_DIR) 324 mkdir -p $(RESULT_DIR)
325 » $(buildscript-dir)/output-distance --create-images --output-dir $(RESULT _DIR) \ 325 » $(buildscript-dir)/output-distance --local-datadir --create-images --out put-dir $(RESULT_DIR) \
326 input/regression/out-test-baseline input/regression/out-test \ 326 input/regression/out-test-baseline input/regression/out-test \
327 input/regression/midi/out-test-baseline input/regression/midi/ou t-test· 327 input/regression/midi/out-test-baseline input/regression/midi/ou t-test·
328 @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\ver sion' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' 328 @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\ver sion' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g'
329 329
330 330
331 test-redo: 331 test-redo:
332 for a in `cat $(RESULT_DIR)/changed.txt` ; do \ 332 for a in `cat $(RESULT_DIR)/changed.txt` ; do \
333 echo removing $$a* ; \ 333 echo removing $$a* ; \
334 rm -f $$a* ;\ 334 rm -f $$a* ;\
335 done 335 done
336 $(MAKE) check 336 $(MAKE) check
337 337
338 test-clean: test-snippets-clean 338 test-clean: test-snippets-clean
339 $(MAKE) -C input/regression out=test clean 339 $(MAKE) -C input/regression out=test clean
340 340
341 snippets-clean: 341 snippets-clean:
342 rm -rf out/lybook-db 342 rm -rf out/lybook-db
343 343
344 test-snippets-clean: 344 test-snippets-clean:
345 rm -rf out/lybook-testdb 345 rm -rf out/lybook-testdb
346 346
347 # we want this separate for security; see CG 4.2. -gp 347 # we want this separate for security; see CG 4.2. -gp
348 website: 348 website:
349 $(MAKE) config_make=$(config_make) \ 349 $(MAKE) config_make=$(config_make) \
350 top-src-dir=$(top-src-dir) \ 350 top-src-dir=$(top-src-dir) \
351 -f $(top-src-dir)/make/website.make \ 351 -f $(top-src-dir)/make/website.make \
352 website 352 website
353 353
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b