summaryrefslogtreecommitdiffstats
blob: 9fd137554f89760b5cfd734aa81932b971eee2a5 (plain)
1
2
3
4
5
6
Import("env")

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