File: rules

package info (click to toggle)
emacs-ctable 0.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 452 kB
  • sloc: lisp: 2,068; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_test:
	emacs --batch -Q \
		-L . \
		-l test-ctable.el

.PHONY: override_dh_auto_test