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

Delta Between Two Patch Sets: GNUmakefile.in

Issue 575790044: Fix test target name in python/GNUmakefile
Left Patch Set: Created 4 years ago
Right Patch Set: add python/ to GNUmakefile.in Created 4 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | python/GNUmakefile » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 \ 9 po \
10 elisp vim \ 10 elisp vim \
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ################################################################ 315 ################################################################
316 # testing 316 # testing
317 317
318 BASELINE_STAMP:=$(top-build-dir)/out-baseline/.test-baseline-done 318 BASELINE_STAMP:=$(top-build-dir)/out-baseline/.test-baseline-done
319 RESULT_DIR=$(top-build-dir)/out/test-results 319 RESULT_DIR=$(top-build-dir)/out/test-results
320 320
321 test-pre: $(tree-share-prefix)/lilypond-force 321 test-pre: $(tree-share-prefix)/lilypond-force
322 $(call make_subdirs,python scripts flower lily mf,all) 322 $(call make_subdirs,python scripts flower lily mf,all)
323 323
324 test: test-pre 324 test: test-pre
325 $(MAKE) -C python local-test
325 @echo 'To begin investigating regression-test crashes, use' 326 @echo 'To begin investigating regression-test crashes, use'
326 @echo 327 @echo
327 @echo ' grep sourcefilename `grep -L systems.texi out/lybook-testdb/* /*log|sed s/log/ly/g`' 328 @echo ' grep sourcefilename `grep -L systems.texi out/lybook-testdb/* /*log|sed s/log/ly/g`'
328 @echo 329 @echo
329 $(MAKE) -C input/regression out=test lysdoc-gittxt lysdoc-test 330 $(MAKE) -C input/regression out=test lysdoc-gittxt lysdoc-test
330 $(MAKE) -C input/regression/midi out=test lysdoc-test 331 $(MAKE) -C input/regression/midi out=test lysdoc-test
331 $(MAKE) -C input/regression/musicxml out=test lysdoc-test 332 $(MAKE) -C input/regression/musicxml out=test lysdoc-test
332 $(MAKE) -C input/regression/abc2ly out=test lysdoc-test 333 $(MAKE) -C input/regression/abc2ly out=test lysdoc-test
333 $(MAKE) -C input/regression/lilypond-book out=test local-test 334 $(MAKE) -C input/regression/lilypond-book out=test local-test
334 335
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 412
412 test-snippets-clean: 413 test-snippets-clean:
413 rm -rf out/lybook-testdb 414 rm -rf out/lybook-testdb
414 415
415 # we want this separate for security; see CG 4.2. -gp 416 # we want this separate for security; see CG 4.2. -gp
416 website: 417 website:
417 $(MAKE) config_make=$(config_make) \ 418 $(MAKE) config_make=$(config_make) \
418 top-src-dir=$(top-src-dir) \ 419 top-src-dir=$(top-src-dir) \
419 -f $(top-src-dir)/make/website.make \ 420 -f $(top-src-dir)/make/website.make \
420 website 421 website
LEFTRIGHT
« no previous file | python/GNUmakefile » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

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