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

src_test() {
	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"
}