summaryrefslogtreecommitdiff
blob: b22bfa4cf745964f64476b1bf7f140b1bcab2021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#

src_compile() {
	cd ${S}/src/testdir

	# Test 49 won't work inside a portage environment
	sed -i -e 's~test49.out~~g' Makefile

	# Try to run the non-gui tests only
	make test-nongui \
			|| die "At least one test failed"
}