File: rules

package info (click to toggle)
eshell-up 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: lisp: 102; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --parallel --with elpa

override_dh_auto_test:
	emacs -batch -l eshell-up.el \
	-l eshell-up-tests.el \
	-f ert-run-tests-batch-and-exit

.PHONY: override_dh_auto_test