fixed a memory leek in polyhedron.c
[polylib.git] / Test / Makefile.am
blob2bdb0438049419aed55aaf59d726992be7a6ed25
1 EXTRA_DIST = cases old others
2 SUBDIRS = Zpolytest ehrhart ehrhart_union ranking general pp
4 tests:
5         @for BITS in $(ALL_BITS); do \
6             echo "Performing $$BITS tests"; \
7             for d in $(SUBDIRS); do \
8                 (cd $$d; $(MAKE) TEST_BITS=$$BITS tests) \
9             done \
10         done
12 long_tests:
13         @for BITS in $(ALL_BITS); do \
14             echo "Performing $$BITS tests"; \
15             (cd ehrhart; $(MAKE) TEST_BITS=$$BITS longtest) \
16         done
18 dist-hook:
19         rm -rf `find $(distdir) -name CVS`