mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
switch to git no-history version
This commit is contained in:
28
src/Math/testing/Makefile.am
Normal file
28
src/Math/testing/Makefile.am
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user