From 4ef467adcb69fecadf9e8410fc8b33e1bb307365 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 13 Jun 2009 20:47:11 +0000 Subject: Work towards a raytracing engine. --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index d4f94fc..513e57a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## ########################################################################### -check_PROGRAMS = warning error png pngxx +check_PROGRAMS = warning error png pngxx raytrace TESTS = $(check_PROGRAMS) XFAIL_TESTS = error @@ -34,3 +34,6 @@ png_LDADD = ../libdimension/libdimension.la pngxx_SOURCES = pngxx.cpp pngxx_LDADD = ../libdimensionxx/libdimensionxx.la + +raytrace_SOURCES = raytrace.c +raytrace_LDADD = ../libdimension/libdimension.la -- cgit v1.2.3