File: Makefile.am

package info (click to toggle)
swish-e 2.4.7-7.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 51,640; sh: 8,889; perl: 3,019; makefile: 591; xml: 9
file content (25 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TESTS = check_index check_search check_metasearch check_fuzzy

TESTS_ENVIRONMENT = top_builddir=$(top_builddir)


EXTRA_DIST = \
    test.config \
    test.fuzzy.config \
    test.html \
    test.txt \
    test.xml \
    test_meta.html \
    test_meta2.html \
    test_phrase.html \
    test_xml.html \
    $(TESTS) common.sh

DISTCLEANFILES = \
	index.swish-e.prop \
	index.swish-e

.PHONEY: test

test: check