summaryrefslogtreecommitdiffstats
blob: 913ef375e50e5d4887dd0933ccbd4d156ba29c9a (plain)
1
2
3
4
5
6
7
8
Import("env")

env.Append(UNITTEST_SOURCES = [
		File("LinkifyTest.cpp"),
		File("TabCompleteTest.cpp"),
		File("LastLineTrackerTest.cpp"),
		File("SpellParserTest.cpp"),
	])