Skip to content
Snippets Groups Projects
Commit f3c7e929 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

now that checks are run after the lib ist completely built move test

of streams where it belongs: common/test/

[[Imported from SVN: r2243]]
parent 87d6a33d
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ smartpointertest_SOURCES = smartpointertest.cc
tuplestest_SOURCES = tuplestest.cc
streamtest_SOURCES = streamtest.cc
# mention headers so that they are distributed too
iteratorfacadetest_SOURCES = iteratorfacadetest.cc iteratorfacadetest.hh \
iteratortest.hh
......
File moved
......@@ -176,7 +176,6 @@ AC_CONFIG_FILES([Makefile
io/visual/Makefile
io/visual/grape/Makefile
lib/Makefile
lib/test/Makefile
operator/Makefile
quadrature/Makefile
quadrature/common/Makefile
......
# $Id$
SUBDIRS = test
# the main library
lib_LTLIBRARIES = libdune.la
......
# $Id$
TESTPROGS = test-stream
# which tests to run
TESTS = $(TESTPROGS)
# programs just to build when "make check" is used
check_PROGRAMS = $(TESTPROGS)
# we want to check the library, thus link to it :)
LDADD = ../libdune.la
# define the programs
test_stream_SOURCES = test-stream.cc
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment