File: Makefile.in

package info (click to toggle)
bbdb 2.36-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,592 kB
  • sloc: lisp: 18,236; makefile: 515; perl: 377; sh: 272
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