From fe410f7ab70b484109c0f063be0f758e4e1fd5f8 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 1 Aug 2011 23:52:42 +0000 Subject: [PATCH] Added TEST section to libsdl-1.3-gsoc.bep to automate building of the tests. --- media-libs/libsdl/libsdl-1.3-gsoc.bep | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-libs/libsdl/libsdl-1.3-gsoc.bep b/media-libs/libsdl/libsdl-1.3-gsoc.bep index 9ee74b03a..7d5af823c 100644 --- a/media-libs/libsdl/libsdl-1.3-gsoc.bep +++ b/media-libs/libsdl/libsdl-1.3-gsoc.bep @@ -21,5 +21,13 @@ INSTALL { cd libsdl-1.3-gsoc make install } + +TEST { + cd libsdl-1.3-gsoc/test + ./autogen + ./configure + make +} + LICENSE="Zlib" COPYRIGHT="1997-2011 Sam Lantinga"