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

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