File: Makefile.am

package info (click to toggle)
click 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,372 kB
  • sloc: python: 7,135; ansic: 857; makefile: 441; sh: 236; perl: 26; xml: 11
file content (22 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
check_SCRIPTS = \
	test-runner.sh \
	test-fixure-wrapper.sh \
	install-click.sh \
	install-click-not-exists.sh \
	install-click-no-perms.sh \
	remove-click.sh \
	remove-click-preinstalled.sh \
	remove-click-not-installed.sh

EXTRA_DIST = $(check_SCRIPTS)

TESTS = \
	install-click.sh \
	install-click-not-exists.sh \
	install-click-no-perms.sh \
	remove-click.sh \
	remove-click-preinstalled.sh \
	remove-click-not-installed.sh

TEST_EXTENSIONS = .sh
SH_LOG_COMPILER = $(SHELL) test-runner.sh