switch to git no-history version

This commit is contained in:
AndreaRigoni
2018-04-17 15:39:10 +02:00
commit b14311ce09
274 changed files with 27340 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
include $(top_srcdir)/Common.am
#AM_DEFAULT_SOURCE_EXT = .cpp
# if HAVE_CHECK
TESTS = MathVectorTest \
GeometryTest \
ContainerBoxTest \
VoxImageTest \
VoxRaytracerTest \
StructuredDataTest \
VoxImageFilterTest \
PolicyTest \
AccumulatorTest \
VoxImageCopyTest \
TriangleMeshTest
# else
# TEST =
# endif
LDADD = $(top_srcdir)/libmutom-${PACKAGE_VERSION}.la $(AM_LIBS_ALL)
all: ${TESTS}
check_PROGRAMS = $(TESTS)