summaryrefslogtreecommitdiffstats
path: root/src/kile/test/CMakeLists.txt
blob: c5a28e15cc43cfc6c81ef1ee868f43e863145933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

########### install files ###############

SET( testFiles
	runTests.sh
	test.tex
	test_plain.tex
	test.bib
	test_bib.tex
	test_index.tex
)

INSTALL( FILES ${testFiles} DESTINATION share/apps/kile/test )