From 66ebbe0975fa62ec05259518468dc5b8dfcf9bd2 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Tue, 23 Apr 2013 10:20:05 +0000
Subject: [PATCH] add materialtest

[[Imported from SVN: r11300]]
---
 test/Makefile.am | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index c07f005..2bd7143 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,7 +4,12 @@
 LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS)
 AM_CPPFLAGS += $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) -Wall
 
-check_PROGRAMS = 
+
+check_PROGRAMS =  materialtest
+
+TESTS = materialtest
+
+materialtest_SOURCES = materialtest.cc
 
 # don't follow the full GNU-standard
 # we need automake 1.5
-- 
GitLab