File: Makefile.in

package info (click to toggle)
bbdb 2.35.cvs20040528-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,152 kB
  • ctags: 1,394
  • sloc: lisp: 13,178; sh: 4,660; makefile: 567; perl: 377
file content (8 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
all: bbdb-test-results

bbdb-test-results: ../lisp bbdb-test.el
	@EMACS_PROG@ -no-site-file -no-init-file -batch -l run-tests.el >/dev/null 2>&1
	@if @GREP@ FAILED bbdb-test-results >/dev/null 2>&1; then echo "Tests failed:"; @GREP@ @GREPCONTEXT@ -n FAILED bbdb-test-results; else echo "All tests succeeded"; fi

clean:
	@RM@ bbdb-test-results