3 Aug 2012 03:39
Agar: r9289 - in trunk: . tests
Author: vedge
Date: 2012-08-02 21:39:10 -0400 (Thu, 02 Aug 2012)
New Revision: 9289
Added:
trunk/tests/
trunk/tests/Makefile
Log:
test suite
Added: trunk/tests/Makefile
===================================================================
--- trunk/tests/Makefile (rev 0)
+++ trunk/tests/Makefile 2012-08-03 01:39:10 UTC (rev 9289)
<at> <at> -0,0 +1,65 <at> <at>
+TOP= ../..
+include Makefile.config
+include ${TOP}/core/Makefile.inc
+include ${TOP}/gui/Makefile.inc
+include ${TOP}/dev/Makefile.inc
+include ${TOP}/au/Makefile.inc
+
+PROJECT= "agartest"
+PROG_TYPE= "GUI"
+PROG_GUID= "11D6C9FF-522E-43ed-B3EB-92A2C636CCA7"
+PROG_LINKS= ${CORE_LINKS} ${GUI_LINKS} ${DEV_LINKS} ${AU_LINKS}
+
+PROG= agartest
+SRCS= agartest.c \
+ audio.c \
(Continue reading)
RSS Feed