1# TODO: Makefile.classic uses GNU make features.
2# For portability it would be better to integrate Makefile.classic here and only use automake features.
3
4AM_CPPFLAGS = -I$(top_srcdir)/source
5AM_CXXFLAGS = -Wall -pedantic -Wno-unknown-pragmas -Wno-sign-compare
6AM_LDFLAGS =
7
8NMZ_TEST_TARGETS = all
9if NMZ_COCOA
10NMZ_TEST_TARGETS += testInt
11endif
12if ENFNORMALIZ
13NMZ_TEST_TARGETS += testnf testnfH testdegQ
14if NMZ_NAUTY
15NMZ_TEST_TARGETS += testnfAut
16endif
17endif
18if NMZ_NAUTY
19NMZ_TEST_TARGETS += testAut
20endif
21
22#TESTS = unittests
23
24#noinst_PROGRAMS = unittests
25#unittests_SOURCES = tests-main.cpp tests-dynamic_bitset.cpp
26#unittests_LDADD = $(top_builddir)/source/libnormaliz.la
27#noinst_HEADERS = catch.hpp
28
29check-local:
30	-rm -rf run_tests
31	mkdir run_tests
32	(cd $(srcdir) && tar cf - $(NMZTESTS)) | (cd run_tests && tar xf -)
33	(cd run_tests && $(MAKE) -f $(abs_srcdir)/Makefile.classic $(NMZ_TEST_TARGETS) NORMALIZ=$(abs_top_builddir)/source/normaliz$(EXEEXT))
34
35clean-local:
36	$(MAKE) -f $(srcdir)/Makefile.classic clean
37	-rm -rf run_tests
38
39distclean-local:
40	$(MAKE) -f $(srcdir)/Makefile.classic distclean
41	-rm -rf run_tests
42
43EXTRA_DIST = Makefile.classic sortdiff		\
44	tools/my-out-ref.sh			\
45	tools/mygetin-1.sh			\
46	tools/mygetin.sh
47
48NMZTESTS = test-/23.in					\
49	test-/23.ref					\
50	test-/3x3_sign.in				\
51	test-/3x3_sign.ref				\
52	test-/3x3_signEqu.in				\
53	test-/3x3_signEqu.ref				\
54	test-/3x3_sign2.in				\
55	test-/3x3_sign2.ref				\
56	test-/3x3magiceven.in				\
57	test-/3x3magiceven.ref				\
58	test-/3x3magicevenCong.in			\
59	test-/3x3magicevenCong.ref			\
60	test-/3x3magicLattPoints.in			\
61	test-/3x3magicLattPoints.ref			\
62	test-/3x3magicNGD.in				\
63	test-/3x3magicNGD.ref				\
64	test-/4x4.in					\
65	test-/4x4.ref					\
66	test-/4x4gen.in					\
67	test-/4x4gen.ref				\
68	test-/add_grad.in				\
69	test-/add_grad.ref				\
70	test-/affinedim.in				\
71	test-/affinedim.ref				\
72	test-/big_empty_deg1.in				\
73	test-/big_empty_deg1.ref			\
74	test-/binom.in					\
75	test-/binom.ref					\
76	test-/ChF_8_1024P.in				\
77	test-/ChF_8_1024P.ref				\
78	test-/ChF_8_1024.in				\
79	test-/ChF_8_1024.ref				\
80	test-/ChF_8_1024Nr.in				\
81	test-/ChF_8_1024Nr.ref				\
82	test-/ChineseRemainder.in			\
83	test-/ChineseRemainder.ref			\
84	test-/CondParSymmSemi.in			\
85	test-/CondParSymmSemi.ref			\
86	test-/cross2.in					\
87	test-/cross2.ref				\
88	test-/crash.in					\
89	test-/crash.ref					\
90	test-/crash2.in					\
91	test-/crash2.ref				\
92	test-/cube-8.in					\
93	test-/cube-8.ref				\
94	test-/cube-8-inhom.in				\
95	test-/cube-8-inhom.ref				\
96	test-/cube-10.in				\
97	test-/cube-10.ref				\
98	test-/cube-10codim.in				\
99	test-/cube-10codim.ref				\
100	test-/cut.in					\
101	test-/cut.ref					\
102	test-/dehomogenization.in			\
103	test-/dehomogenization.ref			\
104	test-/diagonal.in				\
105	test-/diagonal.ref				\
106	test-/direct_overflow.in			\
107	test-/direct_overflow.ref			\
108	test-/direct_overflow_dual.in			\
109	test-/direct_overflow_dual.ref			\
110	test-/dual.in					\
111	test-/dual.ref					\
112	test-/dual_not_full_dim.in			\
113	test-/dual_not_full_dim.ref			\
114	test-/dupl_remove.in				\
115	test-/dupl_remove.ref				\
116	test-/empty_polyhedron.in			\
117	test-/empty_polyhedron.ref			\
118	test-/empty_polyhedron2.in			\
119	test-/empty_polyhedron2.ref			\
120	test-/euclid.in					\
121	test-/euclid.ref				\
122	test-/excl.in					\
123	test-/excl.ref					\
124	test-/excl_unb.in				\
125	test-/excl_unb.ref				\
126	test-/excl_nonp.in				\
127	test-/excl_nonp.ref				\
128	test-/Fact_wrt_dual_error.in			\
129	test-/Fact_wrt_dual_error.ref			\
130	test-/Frol_high_6_1024Null5_6.in		\
131	test-/Frol_high_6_1024Null5_6.ref		\
132	test-/fullspace.in				\
133	test-/fullspace.ref				\
134	test-/fullspacehyp.in				\
135	test-/fullspacehyp.ref				\
136	test-/gen_inhom_nonpointed.in			\
137	test-/gen_inhom_nonpointed.ref			\
138	test-/gen_nonpointed.in				\
139	test-/gen_nonpointed.ref			\
140	test-/halfspace2.in				\
141	test-/halfspace2.ref				\
142	test-/halfspace3inhom.in			\
143	test-/halfspace3inhom.ref			\
144	test-/hickerson-16.in				\
145	test-/hickerson-16.ref				\
146	test-/hbrc_3.in					\
147	test-/hbrc_3.ref				\
148	test-/hickerson-16plus1.in			\
149	test-/hickerson-16plus1.ref			\
150	test-/Hilb_latt_neeg.in				\
151	test-/Hilb_latt_neeg.ref			\
152	test-/InhomCong.in				\
153	test-/InhomCong.ref				\
154	test-/InhomIneq_prec.in				\
155	test-/InhomIneq_prec.ref			\
156	test-/InhomIneqSymb.in				\
157	test-/InhomIneqSymb.ref				\
158	test-/inhom_eq.in				\
159	test-/inhom_eq.ref				\
160	test-/inhom_quasi.in				\
161	test-/inhom_quasi.ref				\
162	test-/inhom_triangle.in				\
163	test-/inhom_triangle.ref			\
164	test-/intcl1.in					\
165	test-/intcl1.ref				\
166	test-/isIC.in					\
167	test-/isIC.ref					\
168	test-/ispointed.in				\
169	test-/ispointed.ref				\
170	test-/IsEmpty.in				\
171	test-/IsEmpty.ref				\
172	test-/IsNonEmpty.in				\
173	test-/IsNonEmpty.ref				\
174	test-/jonagold.in				\
175	test-/jonagold.ref				\
176	test-/knapsack_11_60_test2.in			\
177	test-/knapsack_11_60_test2.ref			\
178	test-/latt_cong.in				\
179	test-/latt_cong.ref				\
180	test-/latt_id_nonpointed.in			\
181	test-/latt_id_nonpointed.ref			\
182	test-/latt_ineq.in			 	\
183	test-/latt_ineq.ref				\
184	test-/lattice_ideal.in				\
185	test-/lattice_ideal.ref				\
186	test-/lowrank.in				\
187	test-/lowrank.ref				\
188	test-/lowrankPF.in				\
189	test-/lowrankPF.ref				\
190	test-/m10.in					\
191	test-/m10.ref					\
192	test-/medium.in					\
193	test-/medium.ref				\
194	test-/mixed-1.in				\
195	test-/mixed-1.ref				\
196	test-/mixed-2.in				\
197	test-/mixed-2.ref				\
198	test-/mixed-3.in				\
199	test-/mixed-3.ref				\
200	test-/mixed-3_off.in				\
201	test-/mixed-3_off.ref				\
202	test-/mixed-4.in				\
203	test-/mixed-4.ref				\
204	test-/mixed-5.in				\
205	test-/mixed-5.ref				\
206	test-/mixed_ld.in				\
207	test-/mixed_ld.ref				\
208	test-/mode456.in				\
209	test-/mode456.ref				\
210	test-/mixpix.in					\
211	test-/mixpix.ref				\
212	test-/moxpox.in					\
213	test-/moxpox.ref				\
214	test-/mode456_constraints.in			\
215	test-/mode456_constraints.ref			\
216	test-/NGD.in					\
217	test-/NGD.ref					\
218	test-/NonCMDiv.in				\
219	test-/NonCMDiv.ref				\
220	test-/NrTest.in					\
221	test-/NrTest.ref				\
222	test-/normface.in				\
223	test-/normface.ref				\
224	test-/n_6_feas.in				\
225	test-/n_6_feas.ref				\
226	test-/n_6_infeas.in				\
227	test-/n_6_infeas.ref				\
228	test-/notpointed.in				\
229	test-/notpointed.ref				\
230	test-/NumSemi.in				\
231	test-/NumSemi.ref				\
232	test-/polyhedron.in				\
233	test-/polyhedron.ref				\
234	test-/parallel_24.in				\
235	test-/parallel_24.ref				\
236	test-/polytop.in				\
237	test-/polytop.ref				\
238	test-/rafa1409.in				\
239	test-/rafa1409.ref				\
240	test-/rafa2310.in				\
241	test-/rafa2310.ref				\
242	test-/rafa2416.in				\
243	test-/rafa2416.ref				\
244	test-/rational_inhom.in				\
245	test-/rational_inhom.ref			\
246	test-/rational_inhom_H.in			\
247	test-/rational_inhom_H.ref			\
248	test-/rational_inhom_HE.in			\
249	test-/rational_inhom_HE.ref			\
250	test-/rational_inhom_full.in			\
251	test-/rational_inhom_full.ref			\
252	test-/rational_inhom_hedron.in			\
253	test-/rational_inhom_hedron.ref			\
254	test-/ratlat_1.in				\
255	test-/ratlat_1.ref				\
256	test-/ratlat_2.in				\
257	test-/ratlat_2.ref				\
258	test-/ratlat_3.in				\
259	test-/ratlat_3.ref				\
260	test-/recrank.in				\
261	test-/recrank.ref				\
262	test-/rec_rank_pre.in				\
263	test-/rec_rank_pre.ref				\
264	test-/rees.in					\
265	test-/rees.ref					\
266	test-/rees_grading.in				\
267	test-/rees_grading.ref				\
268	test-/rees_mini.in				\
269	test-/rees_mini.ref				\
270	test-/rees_prim.in				\
271	test-/rees_prim.ref				\
272	test-/rp2poly.in				\
273	test-/rp2poly.ref				\
274	test-/rproj2.in					\
275	test-/rproj2.ref				\
276	test-/simple_grading.in				\
277	test-/simple_grading.ref			\
278	test-/simple_grading2.in			\
279	test-/simple_grading2.ref			\
280	test-/small-sh.in				\
281	test-/small-sh.ref				\
282	test-/small.in					\
283	test-/small.ref					\
284	test-/smallPF.in				\
285	test-/smallPF.ref				\
286	test-/squaref0.in				\
287	test-/squaref0.ref				\
288	test-/squaref1.in				\
289	test-/squaref1.ref				\
290	test-/SquareMinusVertexPolyh.in			\
291	test-/SquareMinusVertexPolyh.ref		\
292	test-/strange.in				\
293	test-/strange.ref				\
294	test-/strict.in					\
295	test-/strict.ref				\
296	test-/strip2.in					\
297	test-/strip2.ref				\
298	test-/subspace4.in				\
299	test-/subspace4.ref				\
300	test-/subspace4_inhom.in			\
301	test-/subspace4_inhom.ref			\
302	test-/tame_prec.in				\
303	test-/tame_prec.ref				\
304	test-/test22dual.in				\
305	test-/test22dual.ref				\
306	test-/Thierry.in				\
307	test-/Thierry.ref				\
308	test-/ThierryApproximate.in			\
309	test-/ThierryApproximate.ref			\
310	test-/ThierryNoProjection.in			\
311	test-/ThierryNoProjection.ref			\
312	test-/ThierryPF.in				\
313	test-/ThierryPF.ref				\
314	test-/tight_test.in				\
315	test-/tight_test.ref				\
316	test-/tight_test_5.in				\
317	test-/tight_test_5.ref				\
318	test-/tight_test_5NGD.in			\
319	test-/tight_test_5NGD.ref			\
320	test-/vol_ld.in					\
321	test-/vol_ld.ref				\
322	test-/zero3.in					\
323	test-/zero3.ref					\
324	test-/ts.in					\
325	test-/ts.ref					\
326	test-/tds.in					\
327	test-/tds.ref					\
328	test-/trivial.in				\
329	test-/trivial.ref				\
330	test-/witness.in				\
331	test-/witness.ref				\
332	test-/no_witness.in				\
333	test-/no_witness.ref				\
334	test-/dual_witness.in				\
335	test-/dual_witness.ref				\
336	test-/dual_no_witness.in			\
337	test-/dual_no_witness.ref			\
338	test-/zero4.in					\
339	test-/zero4.ref					\
340	test-/zero_polyhedron.in			\
341	test-/zero_polyhedron.ref			\
342	test-1/3x3magic.in				\
343	test-1/3x3magic.ref				\
344	test-1/cross2.in				\
345	test-1/cross2.ref				\
346	test-1/cut.in					\
347	test-1/cut.ref					\
348	test-1/direct_overflow.in			\
349	test-1/direct_overflow.ref			\
350	test-1/dual.in					\
351	test-1/dual.ref					\
352	test-1/dual_not_full_dim.in			\
353	test-1/dual_not_full_dim.ref			\
354	test-1/dupl_remove.in				\
355	test-1/dupl_remove.ref				\
356	test-1/Fact_wrt_dual_error_hom.in		\
357	test-1/Fact_wrt_dual_error_hom.ref		\
358	test-1/fullspace.in				\
359	test-1/fullspace.ref				\
360	test-1/fullspacehyp.in				\
361	test-1/fullspacehyp.ref				\
362	test-1/gen_nonpointed.in			\
363	test-1/gen_nonpointed.ref			\
364	test-1/halfspace2.in				\
365	test-1/halfspace2.ref				\
366	test-1/hickerson-16.in				\
367	test-1/hickerson-16.ref				\
368	test-1/latt_id_nonpointed.in			\
369	test-1/latt_id_nonpointed.ref			\
370	test-1/lattice_ideal.in				\
371	test-1/lattice_ideal.ref			\
372	test-1/lowrank.in				\
373	test-1/lowrank.ref				\
374	test-1/medium.in				\
375	test-1/medium.ref				\
376	test-1/mode45.in				\
377	test-1/mode45.ref				\
378	test-1/mode456.in				\
379	test-1/mode456.ref				\
380	test-1/notpointed.in				\
381	test-1/notpointed.ref				\
382	test-1/polytop.in				\
383	test-1/polytop.ref				\
384	test-1/rafa2416.in				\
385	test-1/rafa2416.ref				\
386	test-1/rees.in					\
387	test-1/rees.ref					\
388	test-1/rees_mini.in				\
389	test-1/rees_mini.ref				\
390	test-1/rp2poly.in				\
391	test-1/rp2poly.ref				\
392	test-1/rproj2.in				\
393	test-1/rproj2.ref				\
394	test-1/small.in					\
395	test-1/small.ref				\
396	test-1/squaref0.in				\
397	test-1/squaref0.ref				\
398	test-1/squaref1.in				\
399	test-1/squaref1.ref				\
400	test-1/zero4.in					\
401	test-1/zero4.ref				\
402	test-d/3x3magic.in				\
403	test-d/3x3magic.ref				\
404	test-d/4x4.in					\
405	test-d/4x4.ref					\
406	test-d/5x5.in					\
407	test-d/5x5.ref					\
408	test-d/ChineseRemainder.in			\
409	test-d/ChineseRemainder.ref			\
410	test-d/cross2.in				\
411	test-d/cross2.ref				\
412	test-d/direct_overflow.in			\
413	test-d/direct_overflow.ref			\
414	test-d/dual-inhom-not-pointed.in		\
415	test-d/dual-inhom-not-pointed.ref		\
416	test-d/dual_index.in				\
417	test-d/dual_index.ref				\
418	test-d/dual_not_full_dim.in			\
419	test-d/dual_not_full_dim.ref			\
420	test-d/dupl_remove.in				\
421	test-d/dupl_remove.ref				\
422	test-d/election1dual.in				\
423	test-d/election1dual.ref			\
424	test-d/empty_polyhedron.in			\
425	test-d/empty_polyhedron.ref			\
426	test-d/Fact_wrt_dual_error.in			\
427	test-d/Fact_wrt_dual_error.ref			\
428	test-d/fullspace.in				\
429	test-d/fullspace.ref				\
430	test-d/fullspacehyp.in				\
431	test-d/fullspacehyp.ref				\
432	test-d/gen_inhom_nonpointed.in			\
433	test-d/gen_inhom_nonpointed.ref			\
434	test-d/gen_inhom_nonpointed_lat.in		\
435	test-d/gen_inhom_nonpointed_lat.ref		\
436	test-d/gen_nonpointed.in			\
437	test-d/gen_nonpointed.ref			\
438	test-d/halfspace2.in				\
439	test-d/halfspace2.ref				\
440	test-d/halfspace3inhom.in			\
441	test-d/halfspace3inhom.ref			\
442	test-d/hyperplanes-not-pointed.in		\
443	test-d/hyperplanes-not-pointed.ref		\
444	test-d/inhom_eq.in				\
445	test-d/inhom_eq.ref				\
446	test-d/latt_id_nonpointed.in			\
447	test-d/latt_id_nonpointed.ref			\
448	test-d/mode45.in				\
449	test-d/mode45.ref				\
450	test-d/mode456.in				\
451	test-d/mode456.ref				\
452	test-d/n_6_feas.in				\
453	test-d/n_6_feas.ref				\
454	test-d/n_6_infeas.in				\
455	test-d/n_6_infeas.ref				\
456	test-d/normface.in				\
457	test-d/normface.ref				\
458	test-d/rees_mini.in				\
459	test-d/rees_mini.ref				\
460	test-d/strip2.in				\
461	test-d/strip2.ref				\
462	test-d/zero4.in					\
463	test-d/zero4.ref				\
464	test-d1/3x3magic.in				\
465	test-d1/3x3magic.ref				\
466	test-d1/4x4.in					\
467	test-d1/4x4.ref					\
468	test-d1/5x5.in					\
469	test-d1/5x5.ref					\
470	test-d1/cross2.in				\
471	test-d1/cross2.ref				\
472	test-d1/direct_overflow.in			\
473	test-d1/direct_overflow.ref			\
474	test-d1/dual_not_full_dim.in			\
475	test-d1/dual_not_full_dim.ref			\
476	test-d1/dupl_remove.in				\
477	test-d1/dupl_remove.ref				\
478	test-d1/election1dual.in			\
479	test-d1/election1dual.ref			\
480	test-d1/Fact_wrt_dual_error_hom.in		\
481	test-d1/Fact_wrt_dual_error_hom.ref		\
482	test-d1/fullspace.in				\
483	test-d1/fullspace.ref				\
484	test-d1/fullspacehyp.in				\
485	test-d1/fullspacehyp.ref			\
486	test-d1/gen_nonpointed.in			\
487	test-d1/gen_nonpointed.ref			\
488	test-d1/halfspace2.in				\
489	test-d1/halfspace2.ref				\
490	test-d1/hyperplanes-not-pointed.in		\
491	test-d1/hyperplanes-not-pointed.ref		\
492	test-d1/latt_id_nonpointed.in			\
493	test-d1/latt_id_nonpointed.ref			\
494	test-d1/mode45.in				\
495	test-d1/mode45.ref				\
496	test-d1/mode456.in				\
497	test-d1/mode456.ref				\
498	test-d1/rees_mini.in				\
499	test-d1/rees_mini.ref				\
500	test-d1/zero4.in				\
501	test-d1/zero4.ref				\
502	test-dnn/3x3magic.in				\
503	test-dnn/3x3magic.ref				\
504	test-dnn/4x4.in					\
505	test-dnn/4x4.ref				\
506	test-dnn/5x5.in					\
507	test-dnn/5x5.ref				\
508	test-dnn/ChineseRemainder.in			\
509	test-dnn/ChineseRemainder.ref			\
510	test-dnn/cross2.in				\
511	test-dnn/cross2.ref				\
512	test-dnn/direct_overflow.in			\
513	test-dnn/direct_overflow.ref			\
514	test-dnn/dual-inhom-not-pointed.in		\
515	test-dnn/dual-inhom-not-pointed.ref		\
516	test-dnn/dual_index.in				\
517	test-dnn/dual_index.ref				\
518	test-dnn/dual_not_full_dim.in			\
519	test-dnn/dual_not_full_dim.ref			\
520	test-dnn/dupl_remove.in				\
521	test-dnn/dupl_remove.ref			\
522	test-dnn/election1dual.in			\
523	test-dnn/election1dual.ref			\
524	test-dnn/empty_polyhedron.in			\
525	test-dnn/empty_polyhedron.ref			\
526	test-dnn/Fact_wrt_dual_error.in			\
527	test-dnn/Fact_wrt_dual_error.ref		\
528	test-dnn/fullspace.in				\
529	test-dnn/fullspace.ref				\
530	test-dnn/fullspacehyp.in			\
531	test-dnn/fullspacehyp.ref			\
532	test-dnn/gen_inhom_nonpointed.in		\
533	test-dnn/gen_inhom_nonpointed.ref		\
534	test-dnn/gen_nonpointed.in			\
535	test-dnn/gen_nonpointed.ref			\
536	test-dnn/halfspace2.in				\
537	test-dnn/halfspace2.ref				\
538	test-dnn/halfspace3inhom.in			\
539	test-dnn/halfspace3inhom.ref			\
540	test-dnn/hyperplanes-not-pointed.in		\
541	test-dnn/hyperplanes-not-pointed.ref		\
542	test-dnn/inhom_eq.in				\
543	test-dnn/inhom_eq.ref				\
544	test-dnn/latt_id_nonpointed.in			\
545	test-dnn/latt_id_nonpointed.ref			\
546	test-dnn/mode45.in				\
547	test-dnn/mode45.ref				\
548	test-dnn/mode456.in				\
549	test-dnn/mode456.ref				\
550	test-dnn/rees_mini.in				\
551	test-dnn/rees_mini.ref				\
552	test-dnn/strip2.in				\
553	test-dnn/strip2.ref				\
554	test-dnn/zero4.in				\
555	test-dnn/zero4.ref				\
556	test-h/3x3_sign.in				\
557	test-h/3x3_sign.ref				\
558	test-h/3x3_sign2.in				\
559	test-h/3x3_sign2.ref				\
560	test-h/3x3magiceven.in				\
561	test-h/3x3magiceven.ref				\
562	test-h/4x4.in					\
563	test-h/4x4.ref					\
564	test-h/4x4gen.in				\
565	test-h/4x4gen.ref				\
566	test-h/binom.in					\
567	test-h/binom.ref				\
568	test-h/cross2.in				\
569	test-h/cross2.ref				\
570	test-h/cut.in					\
571	test-h/cut.ref					\
572	test-h/direct_overflow.in			\
573	test-h/direct_overflow.ref			\
574	test-h/dual.in					\
575	test-h/dual.ref					\
576	test-h/dual_not_full_dim.in			\
577	test-h/dual_not_full_dim.ref			\
578	test-h/dupl_remove.in				\
579	test-h/dupl_remove.ref				\
580	test-h/gen_nonpointed.in			\
581	test-h/gen_nonpointed.ref			\
582	test-h/halfspace2.in				\
583	test-h/halfspace2.ref				\
584	test-h/halfspace3inhom.in			\
585	test-h/halfspace3inhom.ref			\
586	test-h/hickerson-16.in				\
587	test-h/hickerson-16.ref				\
588	test-h/InhomIneq.in				\
589	test-h/InhomIneq.ref				\
590	test-h/inhom_triangle.in			\
591	test-h/inhom_triangle.ref			\
592	test-h/latt_id_nonpointed.in			\
593	test-h/latt_id_nonpointed.ref			\
594	test-h/lattice_ideal.in				\
595	test-h/lattice_ideal.ref			\
596	test-h/lowrank.in				\
597	test-h/lowrank.ref				\
598	test-h/medium.in				\
599	test-h/medium.ref				\
600	test-h/mode456.in				\
601	test-h/mode456.ref				\
602	test-h/NonCMDiv.in				\
603	test-h/NonCMDiv.ref				\
604	test-h/normface.in				\
605	test-h/normface.ref				\
606	test-h/notpointed.in				\
607	test-h/notpointed.ref				\
608	test-h/polytop.in				\
609	test-h/polytop.ref				\
610	test-h/rafa2416.in				\
611	test-h/rafa2416.ref				\
612	test-h/rees.in					\
613	test-h/rees.ref					\
614	test-h/rees_grading.in				\
615	test-h/rees_grading.ref				\
616	test-h/rees_mini.in				\
617	test-h/rees_mini.ref				\
618	test-h/rp2poly.in				\
619	test-h/rp2poly.ref				\
620	test-h/rproj2.in				\
621	test-h/rproj2.ref				\
622	test-h/simple_grading.in			\
623	test-h/simple_grading.ref			\
624	test-h/simple_grading2.in			\
625	test-h/simple_grading2.ref			\
626	test-h/small.in					\
627	test-h/small.ref				\
628	test-h/squaref0.in				\
629	test-h/squaref0.ref				\
630	test-h/squaref1.in				\
631	test-h/squaref1.ref				\
632	test-h/strip2.in				\
633	test-h/strip2.ref				\
634	test-h/test22dual.in				\
635	test-h/test22dual.ref				\
636	test-h/zero4.in					\
637	test-h/zero4.ref				\
638	test-hh/diagonal_5.in				\
639	test-hh/diagonal_5.IntHull.ref			\
640	test-hh/diagonal_5.ref				\
641	test-hh/direct_overflow.in			\
642	test-hh/direct_overflow.IntHull.ref		\
643	test-hh/direct_overflow.ref			\
644	test-hh/fullspace.in				\
645	test-hh/fullspace.IntHull.ref			\
646	test-hh/fullspace.ref				\
647	test-hh/fullspacehyp.in				\
648	test-hh/fullspacehyp.IntHull.ref		\
649	test-hh/fullspacehyp.ref			\
650	test-hh/halfspace3inhom.in			\
651	test-hh/halfspace3inhom.IntHull.ref		\
652	test-hh/halfspace3inhom.ref			\
653	test-hh/InhomIneq.in				\
654	test-hh/InhomIneq.IntHull.ref			\
655	test-hh/InhomIneq.ref				\
656	test-hh/no_int_point.in				\
657	test-hh/no_int_point.IntHull.ref		\
658	test-hh/no_int_point.ref			\
659	test-hh/rational.in				\
660	test-hh/rational.IntHull.ref			\
661	test-hh/rational.ref				\
662	test-hh/strip2.in				\
663	test-hh/strip2.IntHull.ref			\
664	test-hh/strip2.ref				\
665	test-mm/4x4gen.in				\
666	test-mm/4x4gen.ref				\
667	test-mm/binom.in				\
668	test-mm/binom.ref				\
669	test-mm/cross2.in				\
670	test-mm/cross2.ref				\
671	test-mm/direct_overflow.in			\
672	test-mm/direct_overflow.ref			\
673	test-mm/dupl_remove.in				\
674	test-mm/dupl_remove.ref				\
675	test-mm/future/inhom_quasi.in			\
676	test-mm/future/inhom_quasi.ref			\
677	test-mm/future/SquareMinusVertexPolyh.in	\
678	test-mm/future/SquareMinusVertexPolyh.ref	\
679	test-mm/gen_nonpointed.in			\
680	test-mm/gen_nonpointed.ref			\
681	test-mm/intcl1.in				\
682	test-mm/intcl1.ref				\
683	test-mm/knapsack_11_60_test2.in			\
684	test-mm/knapsack_11_60_test2.ref		\
685	test-mm/lattice_ideal.in			\
686	test-mm/lattice_ideal.ref			\
687	test-mm/lowrank.in				\
688	test-mm/lowrank.ref				\
689	test-mm/medium.in				\
690	test-mm/medium.ref				\
691	test-mm/modgen_inhom2.in			\
692	test-mm/modgen_inhom2.ref			\
693	test-mm/modgen_inhom3.in			\
694	test-mm/modgen_inhom3.ref			\
695	test-mm/normface.in				\
696	test-mm/normface.ref				\
697	test-mm/notpointed.in				\
698	test-mm/notpointed.ref				\
699	test-mm/no_open_facet.in			\
700	test-mm/no_open_facet.ref			\
701	test-mm/open_facet.in				\
702	test-mm/open_facet.ref				\
703	test-mm/polytop.in				\
704	test-mm/polytop.ref				\
705	test-mm/rafa1409.in				\
706	test-mm/rafa1409.ref				\
707	test-mm/rafa2310.in				\
708	test-mm/rafa2310.ref				\
709	test-mm/rafa2416.in				\
710	test-mm/rafa2416.ref				\
711	test-mm/rees.in					\
712	test-mm/rees.ref				\
713	test-mm/rees_grading.in				\
714	test-mm/rees_grading.ref			\
715	test-mm/rees_mini.in				\
716	test-mm/rees_mini.ref				\
717	test-mm/rees_prim.in				\
718	test-mm/rees_prim.ref				\
719	test-mm/rp2poly.in				\
720	test-mm/rp2poly.ref				\
721	test-mm/rproj2.in				\
722	test-mm/rproj2.ref				\
723	test-mm/simple_grading.in			\
724	test-mm/simple_grading.ref			\
725	test-mm/simple_grading2.in			\
726	test-mm/simple_grading2.ref			\
727	test-mm/squaref0.in				\
728	test-mm/squaref0.ref				\
729	test-mm/squaref1.in				\
730	test-mm/squaref1.ref				\
731	test-mm/test22dual.in				\
732	test-mm/test22dual.ref				\
733	test-n/cross2.in				\
734	test-n/cross2.ref				\
735	test-n/direct_overflow.in			\
736	test-n/direct_overflow.ref			\
737	test-n/dupl_remove.in				\
738	test-n/dupl_remove.ref				\
739	test-n/gen_nonpointed.in			\
740	test-n/gen_nonpointed.ref			\
741	test-n/halfspace2.in				\
742	test-n/halfspace2.ref				\
743	test-n/halfspace3inhom.in			\
744	test-n/halfspace3inhom.ref			\
745	test-n/hickerson-16.in				\
746	test-n/hickerson-16.ref				\
747	test-n/inhom_quasi.in				\
748	test-n/inhom_quasi.ref				\
749	test-n/inhom_triangle.in			\
750	test-n/inhom_triangle.ref			\
751	test-n/knapsack_11_60_test2.in			\
752	test-n/knapsack_11_60_test2.ref			\
753	test-n/latt_id_nonpointed.in			\
754	test-n/latt_id_nonpointed.ref			\
755	test-n/lattice_ideal.in				\
756	test-n/lattice_ideal.ref			\
757	test-n/normface.in				\
758	test-n/normface.ref				\
759	test-n/rees_mini.in				\
760	test-n/rees_mini.ref				\
761	test-n/strip2.in				\
762	test-n/strip2.ref				\
763	test-nn/2equation_large_simplex.in		\
764	test-nn/2equation_large_simplex.ref		\
765	test-nn/binom.in				\
766	test-nn/binom.ref				\
767	test-nn/ChineseRemainder.in			\
768	test-nn/ChineseRemainder.ref			\
769	test-nn/cross2.in				\
770	test-nn/cross2.ref				\
771	test-nn/cut.in					\
772	test-nn/cut.ref					\
773	test-nn/direct_overflow.in			\
774	test-nn/direct_overflow.ref			\
775	test-nn/dual.in					\
776	test-nn/dual.ref				\
777	test-nn/dual_not_full_dim.in			\
778	test-nn/dual_not_full_dim.ref			\
779	test-nn/dupl_remove.in				\
780	test-nn/dupl_remove.ref				\
781	test-nn/Fact_wrt_dual_error.in			\
782	test-nn/Fact_wrt_dual_error.ref			\
783	test-nn/fullspace.in				\
784	test-nn/fullspace.ref				\
785	test-nn/fullspacehyp.in				\
786	test-nn/fullspacehyp.ref			\
787	test-nn/gen_inhom_nonpointed.in			\
788	test-nn/gen_inhom_nonpointed.ref		\
789	test-nn/gen_nonpointed.in			\
790	test-nn/gen_nonpointed.ref			\
791	test-nn/halfspace2.in				\
792	test-nn/halfspace2.ref				\
793	test-nn/halfspace3inhom.in			\
794	test-nn/halfspace3inhom.ref			\
795	test-nn/hickerson-16.in				\
796	test-nn/hickerson-16.ref			\
797	test-nn/hyperplanes-not-pointed.in		\
798	test-nn/hyperplanes-not-pointed.ref		\
799	test-nn/icmi.in					\
800	test-nn/icmi.ref				\
801	test-nn/icml.in					\
802	test-nn/icml.ref				\
803	test-nn/inhom_quasi.in				\
804	test-nn/inhom_quasi.ref				\
805	test-nn/latt_id_nonpointed.in			\
806	test-nn/latt_id_nonpointed.ref			\
807	test-nn/lattice_ideal.in			\
808	test-nn/lattice_ideal.ref			\
809	test-nn/Lorenzo_2.in				\
810	test-nn/Lorenzo_2.ref				\
811	test-nn/lowrank.in				\
812	test-nn/lowrank.ref				\
813	test-nn/medium.in				\
814	test-nn/medium.ref				\
815	test-nn/mode45.in				\
816	test-nn/mode45.ref				\
817	test-nn/mode456.in				\
818	test-nn/mode456.ref				\
819	test-nn/NonCMDiv.in				\
820	test-nn/NonCMDiv.ref				\
821	test-nn/normface.in				\
822	test-nn/normface.ref				\
823	test-nn/notpointed.in				\
824	test-nn/notpointed.ref				\
825	test-nn/polytop.in				\
826	test-nn/polytop.ref				\
827	test-nn/rafa1409.in				\
828	test-nn/rafa1409.ref				\
829	test-nn/rafa2310.in				\
830	test-nn/rafa2310.ref				\
831	test-nn/rafa2416.in				\
832	test-nn/rafa2416.ref				\
833	test-nn/rees.in					\
834	test-nn/rees.ref				\
835	test-nn/rees_mini.in				\
836	test-nn/rees_mini.ref				\
837	test-nn/rees_prim.in				\
838	test-nn/rees_prim.ref				\
839	test-nn/rp2poly.in				\
840	test-nn/rp2poly.ref				\
841	test-nn/rproj2.in				\
842	test-nn/rproj2.ref				\
843	test-nn/small-sh.in				\
844	test-nn/small-sh.ref				\
845	test-nn/small.in				\
846	test-nn/small.ref				\
847	test-nn/smallerror.in				\
848	test-nn/smallerror.ref				\
849	test-nn/squaref0.in				\
850	test-nn/squaref0.ref				\
851	test-nn/squaref1.in				\
852	test-nn/squaref1.ref				\
853	test-nn/strip2.in				\
854	test-nn/strip2.ref				\
855	test-nn/subspace4.in				\
856	test-nn/subspace4.ref				\
857	test-nn/subspace4_inhom.in			\
858	test-nn/subspace4_inhom.ref			\
859	test-nn/zero4.in				\
860	test-nn/zero4.ref				\
861	test-p/binom.in					\
862	test-p/binom.ref				\
863	test-p/bugHpoly.in				\
864	test-p/bugHpoly.ref				\
865	test-p/cross2.in				\
866	test-p/cross2.ref				\
867	test-p/cut.in					\
868	test-p/cut.ref					\
869	test-p/direct_overflow.in			\
870	test-p/direct_overflow.ref			\
871	test-p/dual.in					\
872	test-p/dual.ref					\
873	test-p/dual_not_full_dim.in			\
874	test-p/dual_not_full_dim.ref			\
875	test-p/gen_nonpointed.in			\
876	test-p/gen_nonpointed.ref			\
877	test-p/halfspace2.in				\
878	test-p/halfspace2.ref				\
879	test-p/hickerson-16.in				\
880	test-p/hickerson-16.ref				\
881	test-p/knapsack_11_60_test2.in			\
882	test-p/knapsack_11_60_test2.ref			\
883	test-p/latt_id_nonpointed.in			\
884	test-p/latt_id_nonpointed.ref			\
885	test-p/lattice_ideal.in				\
886	test-p/lattice_ideal.ref			\
887	test-p/lowrank.in				\
888	test-p/lowrank.ref				\
889	test-p/medium.in				\
890	test-p/medium.ref				\
891	test-p/notpointed.in				\
892	test-p/notpointed.ref				\
893	test-p/polytop.in				\
894	test-p/polytop.ref				\
895	test-p/rafa2416.in				\
896	test-p/rafa2416.ref				\
897	test-p/rees.in					\
898	test-p/rees.ref					\
899	test-p/rees_mini.in				\
900	test-p/rees_mini.ref				\
901	test-p/rp2poly.in				\
902	test-p/rp2poly.ref				\
903	test-p/rproj2.in				\
904	test-p/rproj2.ref				\
905	test-p/small.in					\
906	test-p/small.ref				\
907	test-p/squaref0.in				\
908	test-p/squaref0.ref				\
909	test-p/squaref1.in				\
910	test-p/squaref1.ref				\
911	test-p/zero4.in					\
912	test-p/zero4.ref				\
913	test-q/bugHpoly.in				\
914	test-q/bugHpoly.ref				\
915	test-q/cross2.in				\
916	test-q/cross2.ref				\
917	test-q/cut.in					\
918	test-q/cut.ref					\
919	test-q/direct_overflow.in			\
920	test-q/direct_overflow.ref			\
921	test-q/dual.in					\
922	test-q/dual.ref					\
923	test-q/dual_not_full_dim.in			\
924	test-q/dual_not_full_dim.ref			\
925	test-q/fullspace.in				\
926	test-q/fullspace.ref				\
927	test-q/fullspacehyp.in				\
928	test-q/fullspacehyp.ref				\
929	test-q/gen_nonpointed.in			\
930	test-q/gen_nonpointed.ref			\
931	test-q/halfspace2.in				\
932	test-q/halfspace2.ref				\
933	test-q/halfspace3inhom.in			\
934	test-q/halfspace3inhom.ref			\
935	test-q/hickerson-16.in				\
936	test-q/hickerson-16.ref				\
937	test-q/inhom_quasi.in				\
938	test-q/inhom_quasi.ref				\
939	test-q/inhom_triangle.in			\
940	test-q/inhom_triangle.ref			\
941	test-q/knapsack_11_60_test2.in			\
942	test-q/knapsack_11_60_test2.ref			\
943	test-q/latt_id_nonpointed.in			\
944	test-q/latt_id_nonpointed.ref			\
945	test-q/lattice_ideal.in				\
946	test-q/lattice_ideal.ref			\
947	test-q/lowrank.in				\
948	test-q/lowrank.ref				\
949	test-q/medium.in				\
950	test-q/medium.ref				\
951	test-q/NonCMDiv.in				\
952	test-q/NonCMDiv.ref				\
953	test-q/notpointed.in				\
954	test-q/notpointed.ref				\
955	test-q/poly_hom_const.in			\
956	test-q/poly_hom_const.ref			\
957	test-q/polytop.in				\
958	test-q/polytop.ref				\
959	test-q/rafa2416.in				\
960	test-q/rafa2416.ref				\
961	test-q/rees.in					\
962	test-q/rees.ref					\
963	test-q/rees_mini.in				\
964	test-q/rees_mini.ref				\
965	test-q/rp2poly.in				\
966	test-q/rp2poly.ref				\
967	test-q/rproj2.in				\
968	test-q/rproj2.ref				\
969	test-q/small.in					\
970	test-q/small.ref				\
971	test-q/squaref0.in				\
972	test-q/squaref0.ref				\
973	test-q/squaref1.in				\
974	test-q/squaref1.ref				\
975	test-q/strip2.in				\
976	test-q/strip2.ref				\
977	test-q/subspace4.in				\
978	test-q/subspace4.ref				\
979	test-q/zero4.in					\
980	test-q/zero4.ref				\
981	test-r1/3x3magic.in				\
982	test-r1/3x3magic.ref				\
983	test-r1/4x4.in					\
984	test-r1/4x4.ref					\
985	test-r1/cross2.in				\
986	test-r1/cross2.ref				\
987	test-r1/cut.in					\
988	test-r1/cut.ref					\
989	test-r1/direct_overflow.in			\
990	test-r1/direct_overflow.ref			\
991	test-r1/dual.in					\
992	test-r1/dual.ref				\
993	test-r1/dual_not_full_dim.in			\
994	test-r1/dual_not_full_dim.ref			\
995	test-r1/dupl_remove.in				\
996	test-r1/dupl_remove.ref				\
997	test-r1/gen_nonpointed.in			\
998	test-r1/gen_nonpointed.ref			\
999	test-r1/halfspace2.in				\
1000	test-r1/halfspace2.ref				\
1001	test-r1/hickerson-16.in				\
1002	test-r1/hickerson-16.ref			\
1003	test-r1/hyperplanes-not-pointed.in		\
1004	test-r1/hyperplanes-not-pointed.ref		\
1005	test-r1/latt_id_nonpointed.in			\
1006	test-r1/latt_id_nonpointed.ref			\
1007	test-r1/lowrank.in				\
1008	test-r1/lowrank.ref				\
1009	test-r1/medium.in				\
1010	test-r1/medium.ref				\
1011	test-r1/mode45.in				\
1012	test-r1/mode45.ref				\
1013	test-r1/mode456.in				\
1014	test-r1/mode456.ref				\
1015	test-r1/notpointed.in				\
1016	test-r1/notpointed.ref				\
1017	test-r1/polytop.in				\
1018	test-r1/polytop.ref				\
1019	test-r1/rafa2416.in				\
1020	test-r1/rafa2416.ref				\
1021	test-r1/rees.in					\
1022	test-r1/rees.ref				\
1023	test-r1/rees_mini.in				\
1024	test-r1/rees_mini.ref				\
1025	test-r1/rp2poly.in				\
1026	test-r1/rp2poly.ref				\
1027	test-r1/rproj2.in				\
1028	test-r1/rproj2.ref				\
1029	test-r1/small.in				\
1030	test-r1/small.ref				\
1031	test-r1/squaref0.in				\
1032	test-r1/squaref0.ref				\
1033	test-r1/squaref1.in				\
1034	test-r1/squaref1.ref				\
1035	test-r1/zero4.in				\
1036	test-r1/zero4.ref				\
1037	test-s/23.in					\
1038	test-s/23.ref					\
1039	test-s/3x3_sign.in				\
1040	test-s/3x3_sign.ref				\
1041	test-s/3x3magiceven.in				\
1042	test-s/3x3magiceven.ref				\
1043	test-s/add_subspace.in				\
1044	test-s/add_subspace.ref				\
1045	test-s/add_equations.in				\
1046	test-s/add_equations.ref			\
1047	test-s/add_inhom_equations.in			\
1048	test-s/add_inhom_equations.ref			\
1049	test-s/binom.in					\
1050	test-s/binom.ref				\
1051	test-s/both_precomputed.in			\
1052	test-s/both_precomputed.ref			\
1053	test-s/both_precomputed_add.in			\
1054	test-s/both_precomputed_add.ref			\
1055	test-s/both_precomputed_ineq.in			\
1056	test-s/both_precomputed_ineq.ref		\
1057	test-s/ChineseRemainder.in			\
1058	test-s/ChineseRemainder.ref			\
1059	test-s/Condorcet_add.in				\
1060	test-s/Condorcet_add.ref			\
1061	test-s/Condorcet_addgen.in			\
1062	test-s/Condorcet_addgen.ref			\
1063	test-s/cross2.in				\
1064	test-s/cross2.ref				\
1065	test-s/cut.in					\
1066	test-s/cut.ref					\
1067	test-s/dehomogenization.in			\
1068	test-s/dehomogenization.ref			\
1069	test-s/direct_overflow.in			\
1070	test-s/direct_overflow.ref			\
1071	test-s/disguiesd_subspace.in			\
1072	test-s/disguiesd_subspace.ref			\
1073	test-s/dual.in					\
1074	test-s/dual.ref					\
1075	test-s/dual_not_full_dim.in			\
1076	test-s/dual_not_full_dim.ref			\
1077	test-s/dupl_remove.in				\
1078	test-s/dupl_remove.ref				\
1079	test-s/fullspace.in				\
1080	test-s/fullspace.ref				\
1081	test-s/fullspacehyp.in				\
1082	test-s/fullspacehyp.ref				\
1083	test-s/gen_inhom_nonpointed.in			\
1084	test-s/gen_inhom_nonpointed.ref			\
1085	test-s/gen_nonpointed.in			\
1086	test-s/gen_nonpointed.ref			\
1087	test-s/greater.in				\
1088	test-s/greater.ref				\
1089	test-s/greater_symb.in				\
1090	test-s/greater_symb.ref				\
1091	test-s/halfspace2.in				\
1092	test-s/halfspace2.ref				\
1093	test-s/halfspace3inhom.in			\
1094	test-s/halfspace3inhom.ref			\
1095	test-s/hickerson-16.in				\
1096	test-s/hickerson-16.ref				\
1097	test-s/huge.in					\
1098	test-s/huge.ref					\
1099	test-s/hyperplanes-not-pointed.in		\
1100	test-s/hyperplanes-not-pointed.ref		\
1101	test-s/icmi.in					\
1102	test-s/icmi.ref					\
1103	test-s/icml.in					\
1104	test-s/icml.ref					\
1105	test-s/koehne1.in				\
1106	test-s/koehne1.ref				\
1107	test-s/latt_id_nonpointed.in			\
1108	test-s/latt_id_nonpointed.ref			\
1109	test-s/lattice_ideal.in				\
1110	test-s/lattice_ideal.ref			\
1111	test-s/lowrank.in				\
1112	test-s/lowrank.ref				\
1113	test-s/medium.in				\
1114	test-s/medium.ref				\
1115	test-s/mixed_debug.in				\
1116	test-s/mixed_debug.ref				\
1117	test-s/mixed_input.in				\
1118	test-s/mixed_input.ref				\
1119	test-s/mixed_1.in				\
1120	test-s/mixed_1.ref				\
1121	test-s/mixed_add1.in				\
1122	test-s/mixed_add1.ref				\
1123	test-s/mode45.in				\
1124	test-s/mode45.ref				\
1125	test-s/mode456.in				\
1126	test-s/mode456.ref				\
1127	test-s/notpointed.in				\
1128	test-s/notpointed.ref				\
1129	test-s/polytop.in				\
1130	test-s/polytop.ref				\
1131	test-s/rafa1409.in				\
1132	test-s/rafa1409.ref				\
1133	test-s/rafa2310.in				\
1134	test-s/rafa2310.ref				\
1135	test-s/rafa2416.in				\
1136	test-s/rafa2416.ref				\
1137	test-s/rees.in					\
1138	test-s/rees.ref					\
1139	test-s/rees_mini.in				\
1140	test-s/rees_mini.ref				\
1141	test-s/rees_prim.in				\
1142	test-s/rees_prim.ref				\
1143	test-s/rp2poly.in				\
1144	test-s/rp2poly.ref				\
1145	test-s/rproj2.in				\
1146	test-s/rproj2.ref				\
1147	test-s/small-sh.in				\
1148	test-s/small-sh.ref				\
1149	test-s/small.in					\
1150	test-s/small.ref				\
1151	test-s/smaller.in				\
1152	test-s/smaller.ref				\
1153	test-s/smaller_symb.in				\
1154	test-s/smaller_symb.ref				\
1155	test-s/smallerror.in				\
1156	test-s/smallerror.ref				\
1157	test-s/square2.in				\
1158	test-s/square3.in				\
1159	test-s/square4.in				\
1160	test-s/square5.in				\
1161	test-s/square6.in				\
1162	test-s/square7.in				\
1163	test-s/square8.in				\
1164	test-s/square2.ref				\
1165	test-s/square3.ref				\
1166	test-s/square4.ref				\
1167	test-s/square5.ref				\
1168	test-s/square6.ref				\
1169	test-s/square7.ref				\
1170	test-s/square8.ref				\
1171	test-s/squaref0.in				\
1172	test-s/squaref0.ref				\
1173	test-s/squaref1.in				\
1174	test-s/squaref1.ref				\
1175	test-s/SquareMinusVertexPolyh.in		\
1176	test-s/SquareMinusVertexPolyh.ref		\
1177	test-s/strip2.in				\
1178	test-s/strip2.ref				\
1179	test-s/subspace4.in				\
1180	test-s/subspace4.ref				\
1181	test-s/subspace4_inhom.in			\
1182	test-s/subspace4_inhom.ref			\
1183	test-s/zero4.in					\
1184	test-s/zero4.ref				\
1185	test-v/binom.in					\
1186	test-v/binom.ref				\
1187	test-v/Condorcet.in				\
1188	test-v/Condorcet.ref				\
1189	test-v/CondEffPlur.in				\
1190	test-v/CondEffPlur.ref				\
1191	test-v/cross2.in				\
1192	test-v/cross2.ref				\
1193	test-v/cut.in					\
1194	test-v/cut.ref					\
1195	test-v/direct_overflow.in			\
1196	test-v/direct_overflow.ref			\
1197	test-v/dual.in					\
1198	test-v/dual.ref					\
1199	test-v/dual_not_full_dim.in			\
1200	test-v/dual_not_full_dim.ref			\
1201	test-v/fullspace.in				\
1202	test-v/fullspace.ref				\
1203	test-v/fullspacehyp.in				\
1204	test-v/fullspacehyp.ref				\
1205	test-v/gen_nonpointed.in			\
1206	test-v/gen_nonpointed.ref			\
1207	test-v/halfspace2.in				\
1208	test-v/halfspace2.ref				\
1209	test-v/halfspace3inhom.in			\
1210	test-v/halfspace3inhom.ref			\
1211	test-v/hickerson-16.in				\
1212	test-v/hickerson-16.ref				\
1213	test-v/inhom_triangle.in			\
1214	test-v/inhom_triangle.ref			\
1215	test-v/InhomIneq.in				\
1216	test-v/InhomIneq.ref				\
1217	test-v/knapsack_11_60_test2.in			\
1218	test-v/knapsack_11_60_test2.ref			\
1219	test-v/latt_id_nonpointed.in			\
1220	test-v/latt_id_nonpointed.ref			\
1221	test-v/lattice_ideal.in				\
1222	test-v/lattice_ideal.ref			\
1223	test-v/lowrank.in				\
1224	test-v/lowrank.ref				\
1225	test-v/medium.in				\
1226	test-v/medium.ref				\
1227	test-v/mode45.in				\
1228	test-v/mode45.ref				\
1229	test-v/NonCMDiv.in				\
1230	test-v/NonCMDiv.ref				\
1231	test-v/notpointed.in				\
1232	test-v/notpointed.ref				\
1233	test-v/polytop.in				\
1234	test-v/polytop.ref				\
1235	test-v/rafa2416.in				\
1236	test-v/rafa2416.ref				\
1237	test-v/rees.in					\
1238	test-v/rees.ref					\
1239	test-v/rees_mini.in				\
1240	test-v/rees_mini.ref				\
1241	test-v/rp2poly.in				\
1242	test-v/rp2poly.ref				\
1243	test-v/rproj2.in				\
1244	test-v/rproj2.ref				\
1245	test-v/small.in					\
1246	test-v/small.ref				\
1247	test-v/squaref0.in				\
1248	test-v/squaref0.ref				\
1249	test-v/squaref1.in				\
1250	test-v/squaref1.ref				\
1251	test-v/strip2.in				\
1252	test-v/strip2.ref				\
1253	test-v/zero4.in					\
1254	test-v/zero4.ref				\
1255	test-w/binom.in					\
1256	test-w/binom.ref				\
1257	test-w/direct_overflow.in			\
1258	test-w/direct_overflow.ref			\
1259	test-w/dupl_remove.in				\
1260	test-w/dupl_remove.ref				\
1261	test-w/gen_nonpointed.in			\
1262	test-w/gen_nonpointed.ref			\
1263	test-w/icmi.in					\
1264	test-w/icmi.ref					\
1265	test-w/icml.in					\
1266	test-w/icml.ref					\
1267	test-w/latt_id_nonpointed.in			\
1268	test-w/latt_id_nonpointed.ref			\
1269	test-w/lattice_ideal.in				\
1270	test-w/lattice_ideal.ref			\
1271	test-w/lowrank.in				\
1272	test-w/lowrank.ref				\
1273	test-w/medium.in				\
1274	test-w/medium.ref				\
1275	test-w/notpointed.in				\
1276	test-w/notpointed.ref				\
1277	test-w/polytop.in				\
1278	test-w/polytop.ref				\
1279	test-w/rafa1409.in				\
1280	test-w/rafa1409.ref				\
1281	test-w/rafa2310.in				\
1282	test-w/rafa2310.ref				\
1283	test-w/rafa2416.in				\
1284	test-w/rafa2416.ref				\
1285	test-w/rees.in					\
1286	test-w/rees.ref					\
1287	test-w/rees_mini.in				\
1288	test-w/rees_mini.ref				\
1289	test-w/rees_prim.in				\
1290	test-w/rees_prim.ref				\
1291	test-w/rp2poly.in				\
1292	test-w/rp2poly.ref				\
1293	test-w/rproj2.in				\
1294	test-w/rproj2.ref				\
1295	test-w/small.in					\
1296	test-w/small.ref				\
1297	test-w/smallerror.in				\
1298	test-w/smallerror.ref				\
1299	test-w/squaref0.in				\
1300	test-w/squaref0.ref				\
1301	test-w/squaref1.in				\
1302	test-w/squaref1.ref				\
1303	test-pr/nonpointed.in				\
1304	test-pr/nonpointed.ref				\
1305	test-pr/nonpointed.ProjectCone.ref		\
1306	test-pr/polyhedron.in				\
1307	test-pr/polyhedron.ref				\
1308	test-pr/polyhedron.ProjectCone.ref		\
1309	test-pr/small_proj.in				\
1310	test-pr/small_proj.ref				\
1311	test-pr/small_proj.ProjectCone.ref		\
1312	test-pr/small_sh_proj.in			\
1313	test-pr/small_sh_proj.ref			\
1314	test-pr/small_sh_proj.ProjectCone.ref		\
1315	test-pr/small_proj_inhom.in			\
1316	test-pr/small_proj_inhom.ref			\
1317	test-pr/small_proj_inhom.ProjectCone.ref	\
1318	test-pr/small_sh_proj_inhom.in			\
1319	test-pr/small_sh_proj_inhom.ref			\
1320	test-pr/small_sh_proj_inhom.ProjectCone.ref	\
1321	test-degenerate/empty0E.in			\
1322	test-degenerate/empty0E.ref 			\
1323	test-degenerate/empty0M.in 			\
1324	test-degenerate/empty0M.ref 			\
1325	test-degenerate/empty0V.in 			\
1326	test-degenerate/empty0V.ref 			\
1327	test-degenerate/empty2lineE.in 			\
1328	test-degenerate/empty2lineE.ref 		\
1329	test-degenerate/empty2lineM.in 			\
1330	test-degenerate/empty2lineM.ref  		\
1331	test-degenerate/empty2lineV.in  		\
1332	test-degenerate/empty2lineV.ref		 	\
1333	test-degenerate/empty2pointE.in  		\
1334	test-degenerate/empty2pointE.ref  		\
1335	test-degenerate/empty2pointM.in  		\
1336	test-degenerate/empty2pointM.ref  		\
1337	test-degenerate/empty2pointV.in  		\
1338	test-degenerate/empty2pointV.ref  		\
1339	test-degenerate/point0E.in  			\
1340	test-degenerate/point0E.ref  			\
1341	test-degenerate/point0M.in  			\
1342	test-degenerate/point0M.ref  			\
1343	test-degenerate/point0V.in  			\
1344	test-degenerate/point0V.ref			\
1345	test-StDec/Stanleydec.in			\
1346	test-StDec/Stanleydec.ref			\
1347	test-StDec/Stanleydec.dec.ref			\
1348	test-Fac/cube-8.in				\
1349	test-Fac/cube-8.ref				\
1350	test-Fac/cube-8.fac.ref				\
1351	test-Fac/cube_3_dual_fac.in			\
1352	test-Fac/cube_3_dual_fac.ref			\
1353	test-Fac/cube_3_dual_fac.fac.ref		\
1354	test-Fac/factr.in				\
1355	test-Fac/factr.ref				\
1356	test-Fac/factr.fac.ref				\
1357	test-Fac/factr_hom.in				\
1358	test-Fac/factr_hom.ref				\
1359	test-Fac/factr_hom.fac.ref			\
1360	test-Inc/cube-8.in				\
1361	test-Inc/cube-8.ref				\
1362	test-Inc/cube-8.inc.ref				\
1363	test-Inc/cube_3_dual_fac.in			\
1364	test-Inc/cube_3_dual_fac.ref			\
1365	test-Inc/cube_3_dual_fac.inc.ref		\
1366	test-Inc/factr.in				\
1367	test-Inc/factr.ref				\
1368	test-Inc/factr.inc.ref				\
1369	test-Inc/factr_hom.in				\
1370	test-Inc/factr_hom.ref				\
1371	test-Inc/factr_hom.inc.ref			\
1372	test-Inc/halfspace3inhom.in			\
1373	test-Inc/halfspace3inhom.ref			\
1374	test-Inc/halfspace3inhom.inc.ref
1375
1376NMZTESTS +=						\
1377	test-Aut/A443.in				\
1378	test-Aut/A443.ref				\
1379	test-Aut/A443.aut.ref				\
1380	test-Aut/A443-amb.in				\
1381	test-Aut/A443-amb.ref				\
1382	test-Aut/A443-amb.aut.ref			\
1383	test-Aut/A443-input.in				\
1384	test-Aut/A443-input.ref				\
1385	test-Aut/A443-input.aut.ref			\
1386	test-Aut/birkhoff6.in				\
1387	test-Aut/birkhoff6.ref				\
1388	test-Aut/birkhoff6.aut.ref			\
1389	test-Aut/bo5.in					\
1390	test-Aut/bo5.ref				\
1391	test-Aut/bo5.aut.ref				\
1392	test-Aut/Condorcet.in				\
1393	test-Aut/Condorcet.ref				\
1394	test-Aut/Condorcet.aut.ref			\
1395	test-Aut/Condorcet-amb.in			\
1396	test-Aut/Condorcet-amb.ref			\
1397	test-Aut/Condorcet-amb.aut.ref			\
1398	test-Aut/Condorcet-input.in			\
1399	test-Aut/Condorcet-input.ref			\
1400	test-Aut/Condorcet-input.aut.ref		\
1401	test-Aut/Condorcet_rat.in			\
1402	test-Aut/Condorcet_rat.ref			\
1403	test-Aut/Condorcet_rat.aut.ref			\
1404	test-Aut/Condorcet_eucl.in			\
1405	test-Aut/Condorcet_eucl.ref			\
1406	test-Aut/Condorcet_eucl.aut.ref			\
1407	test-Aut/Condorcet_comb.in			\
1408	test-Aut/Condorcet_comb.ref			\
1409	test-Aut/Condorcet_comb.aut.ref			\
1410	test-Aut/cube_3.in				\
1411	test-Aut/cube_3.ref				\
1412	test-Aut/cube_3.aut.ref				\
1413	test-Aut/pythagoras_int.in			\
1414	test-Aut/pythagoras_int.ref			\
1415	test-Aut/pythagoras_int.aut.ref			\
1416	test-Aut/pythagoras_rat.in			\
1417	test-Aut/pythagoras_rat.ref			\
1418	test-Aut/pythagoras_rat.aut.ref			\
1419	test-Aut/skew_octahedron.in			\
1420	test-Aut/skew_octahedron.ref			\
1421	test-Aut/skew_octahedron.aut.ref		\
1422	test-Aut/trivial.in				\
1423	test-Aut/trivial.ref				\
1424	test-Aut/trivial.aut.ref			\
1425	test-Aut/halfspace3inhom-amb.in			\
1426	test-Aut/halfspace3inhom-amb.ref		\
1427	test-Aut/halfspace3inhom-amb.aut.ref		\
1428	test-Aut/halfspace3inhom-input.in		\
1429	test-Aut/halfspace3inhom-input.ref		\
1430	test-Aut/halfspace3inhom-input.aut.ref		\
1431	test-Aut/inhom_comb.in				\
1432	test-Aut/inhom_comb.ref				\
1433	test-Aut/inhom_comb.aut.ref			\
1434	test-nf-Aut/dodecahedron-v.in			\
1435	test-nf-Aut/dodecahedron-v.ref			\
1436	test-nf-Aut/dodecahedron-v.aut.ref		\
1437	test-nf-Aut/H4_perm_0001-v.in			\
1438	test-nf-Aut/H4_perm_0001-v.ref			\
1439	test-nf-Aut/H4_perm_0001-v.aut.ref		\
1440	test-nf-Aut/icosahedron-v.in			\
1441	test-nf-Aut/icosahedron-v.ref			\
1442	test-nf-Aut/icosahedron-v.aut.ref		\
1443	test-nf-Aut/icosahedron-v-amb.in		\
1444	test-nf-Aut/icosahedron-v-amb.ref		\
1445	test-nf-Aut/icosahedron-v-amb.aut.ref		\
1446	test-nf-Aut/icosahedron-v-input.in		\
1447	test-nf-Aut/icosahedron-v-input.ref		\
1448	test-nf-Aut/icosahedron-v-input.aut.ref		\
1449	test-nf-Aut/icosahedron-v-eucl.in		\
1450	test-nf-Aut/icosahedron-v-eucl.ref		\
1451	test-nf-Aut/icosahedron-v-eucl.aut.ref		\
1452	test-nf-Aut/icosahedron_prec.in			\
1453	test-nf-Aut/icosahedron_prec.ref		\
1454	test-nf-Aut/icosahedron_prec.aut.ref		\
1455	test-nf-Aut/icosahedron_prec_comb.in		\
1456	test-nf-Aut/icosahedron_prec_comb.ref		\
1457	test-nf-Aut/icosahedron_prec_comb.aut.ref	\
1458	test-Int/Condorcet-q.in				\
1459	test-Int/Condorcet-q.ref			\
1460	test-Int/Condorcet-v.in				\
1461	test-Int/Condorcet-v.ref			\
1462	test-Int/Condorcet-v-sd.in			\
1463	test-Int/Condorcet-v-sd.ref			\
1464	test-Int/CondorcetSemi-q.in			\
1465	test-Int/CondorcetSemi-q.ref			\
1466	test-Int/j462.in				\
1467	test-Int/j462.ref				\
1468	test-Int/j462-sd.in				\
1469	test-Int/j462-sd.ref				\
1470	test-Int/rational-E.in				\
1471	test-Int/rational-E.ref				\
1472	test-Int/rational-I.in				\
1473	test-Int/rational-I.ref				\
1474	test-Int/rational-E-vert.in			\
1475	test-Int/rational-E-vert.ref			\
1476	test-Int/rational-I-vert.in			\
1477	test-Int/rational-I-vert.ref			\
1478	test-Int/rational-L.in				\
1479	test-Int/rational-L.ref				\
1480	test-Int/triv_integral-E.in			\
1481	test-Int/triv_integral-E.ref			\
1482	test-Int/triv_integral-E-NGD.in			\
1483	test-Int/triv_integral-E-NGD.ref		\
1484	test-Int/triv_integral-NGD.in			\
1485	test-Int/triv_integral-NGD.ref			\
1486	test-Int/triv_integral.in			\
1487	test-Int/triv_integral.ref			\
1488	test-Int/zero-E.in				\
1489	test-Int/zero-E.ref				\
1490	test-Int/zero-I.in				\
1491	test-Int/zero-I.ref				\
1492	test-Int/zero-L.in				\
1493	test-Int/zero-L.ref				\
1494	test-Special/5x5PF.in				\
1495	test-Special/5x5PF.ref				\
1496	test-Special/5x5VD.in				\
1497	test-Special/5x5VD.ref				\
1498	test-dec/dec.in					\
1499	test-dec/dec.ref				\
1500	test-dec/dec.tri.ref				\
1501	test-dec/polytope.in				\
1502	test-dec/polytope.ref				\
1503	test-dec/polytope.tri.ref			\
1504	test-dec/square-midpoint.in			\
1505	test-dec/square-midpoint.ref			\
1506	test-dec/square-midpoint.tri.ref		\
1507	test-dec/small.in				\
1508	test-dec/small.ref				\
1509	test-dec/small.tri.ref				\
1510	test-dec/small-place.in				\
1511	test-dec/small-place.ref			\
1512	test-dec/small-place.tri.ref			\
1513	test-dec/square2.in				\
1514	test-dec/square2.ref				\
1515	test-dec/square2.tri.ref			\
1516	test-dec/square2_latt.in			\
1517	test-dec/square2_latt.ref			\
1518	test-dec/square2_latt.tri.ref			\
1519	test-dec/square2_allgen.in			\
1520	test-dec/square2_allgen.ref			\
1521	test-dec/square2_allgen.tri.ref			\
1522	test-dec/square2_vert.in			\
1523	test-dec/square2_vert.ref			\
1524	test-dec/square2_vert.tri.ref			\
1525	test-clopt/whow.in
1526
1527NMZTESTS +=						\
1528	test-nf/3x3magicLattPoints.in			\
1529	test-nf/3x3magicLattPoints.ref			\
1530	test-nf/problem_fvector_inhom.in 		\
1531	test-nf/problem_fvector_inhom.ref		\
1532	test-nf/2cone.in 				\
1533	test-nf/2cone.ref				\
1534	test-nf/2cone-sqrt2-cone.in 			\
1535	test-nf/2cone-sqrt2-cone.ref 			\
1536	test-nf/2cone-sqrt2.in				\
1537	test-nf/2cone-sqrt2.ref				\
1538	test-nf/600cell-dual.in				\
1539	test-nf/600cell-dual.ref			\
1540	test-nf/600cell.in 				\
1541	test-nf/600cell.ref 				\
1542	test-nf/buckyball-v.in				\
1543	test-nf/buckyball-v.ref 			\
1544	test-nf/dodecahedron-v.in			\
1545	test-nf/dodecahedron-v.ref 			\
1546	test-nf/equations.in				\
1547	test-nf/equations.ref 				\
1548	test-nf/formatted.in				\
1549	test-nf/formatted.ref				\
1550	test-nf/grandantiprism.in			\
1551	test-nf/grandantiprism.ref			\
1552	test-nf/great_rhombicuboctahedron-v.in		\
1553	test-nf/great_rhombicuboctahedron-v.ref		\
1554	test-nf/icosahedron-v.in 			\
1555	test-nf/icosahedron-v.ref 			\
1556	test-nf/icosahedron-v-pull.in 			\
1557	test-nf/icosahedron-v-pull.ref 			\
1558	test-nf/icosahedron-v-place.in 			\
1559	test-nf/icosahedron-v-place.ref 		\
1560	test-nf/icosahedron_v_add.in 			\
1561	test-nf/icosahedron_v_add.ref 			\
1562	test-nf/ikosaeder32.in				\
1563	test-nf/ikosaeder32.ref				\
1564	test-nf/ikosaeder4.in				\
1565	test-nf/ikosaeder4.ref				\
1566	test-nf/ikosaeder.in				\
1567	test-nf/ikosaeder-perturbed-dual.in 		\
1568	test-nf/ikosaeder-perturbed-dual.ref 		\
1569	test-nf/ikosaeder-perturbed.in 			\
1570	test-nf/ikosaeder-perturbed.ref 		\
1571	test-nf/ikosaeder.ref				\
1572	test-nf/IsEmpty.in				\
1573	test-nf/IsEmpty.ref				\
1574	test-nf/IsNonEmpty.in				\
1575	test-nf/IsNonEmpty.ref				\
1576	test-nf/low-dim.in				\
1577	test-nf/low-dim.ref				\
1578	test-nf/mixed_1_renf.in				\
1579	test-nf/mixed_1_renf.ref			\
1580	test-nf/mixed-2.in				\
1581	test-nf/mixed-2.ref				\
1582	test-nf/nonpointed.in				\
1583	test-nf/nonpointed.ref				\
1584	test-nf/QConstSymb.in				\
1585	test-nf/QConstSymb.ref 				\
1586	test-nf/small_rhombicuboctahedron-v.in		\
1587	test-nf/small_rhombicuboctahedron-v.ref 	\
1588	test-nf/sparse.in 				\
1589	test-nf/sparse.ref 				\
1590	test-nf/sqauare-3rd_root_2.in 			\
1591	test-nf/sqauare-3rd_root_2.ref 			\
1592	test-nf/sqauare-cone.in 			\
1593	test-nf/sqauare-cone.ref			\
1594	test-nf/subspace4_inhom.in			\
1595	test-nf/subspace4_inhom.ref			\
1596	test-nf/truncateddodecahedron.in 		\
1597	test-nf/truncateddodecahedron.ref 		\
1598	test-nf/unbounded_renf.in 			\
1599	test-nf/unbounded_renf.ref 			\
1600	test-nf/unbounded_renf_constr.in 		\
1601	test-nf/unbounded_renf_constr.ref 		\
1602	test-nf-hh/dodecahedron-v.in 			\
1603	test-nf-hh/dodecahedron-v.IntHull.ref 		\
1604	test-nf-hh/dodecahedron-v.ref 			\
1605	test-nf-hh/icosahedron-v.in 			\
1606	test-nf-hh/icosahedron-v.IntHull.ref 		\
1607	test-nf-hh/icosahedron-v.ref			\
1608	test-nf-hh/truncated_dodecahefron_dual.in 	\
1609	test-nf-hh/truncated_dodecahefron_dual.IntHull.ref 	\
1610	test-nf-hh/truncated_dodecahefron_dual.ref 	  	\
1611	test-Qdegenerate/empty0M.in			\
1612	test-Qdegenerate/empty0M.ref 			\
1613	test-Qdegenerate/empty2lineM.in 		\
1614	test-Qdegenerate/empty2lineM.ref 		\
1615	test-Qdegenerate/empty2pointM.in		\
1616	test-Qdegenerate/empty2pointM.ref		\
1617	test-Qdegenerate/point0M.in			\
1618	test-Qdegenerate/point0M.ref			\
1619	test-Qdegenerate/point0V.in			\
1620	test-Qdegenerate/point0V.ref			\
1621	test-LARGE/rote_combination.in			\
1622	test-LARGE/6x6.in				\
1623	test-LARGE/A543.in				\
1624	test-LARGE/A553.in				\
1625	test-LARGE/A643.in				\
1626	test-LARGE/big_empty.in				\
1627	test-LARGE/ChF_16_1048576.in			\
1628	test-LARGE/ChF_16_1048576_NoFloat.in		\
1629	test-LARGE/cyclicpolytope30-15.in		\
1630	test-LARGE/lo6.in				\
1631	test-LARGE/m11.in				\
1632	test-LARGE/m14.in				\
1633	test-LARGE/rote_combination.in			\
1634	test-LARGE/strict_Borda_paradox_4cand_Vol.in	\
1635	test-LARGE/strong_Borda_paradox_4cand_rev.in	\
1636	test-LARGE/strong_Borda_paradox_4cand_rev_mult.in 	\
1637	test-LARGE/6x6.ref				\
1638	test-LARGE/A543.ref				\
1639	test-LARGE/A553.ref				\
1640	test-LARGE/A643.ref				\
1641	test-LARGE/big_empty.ref			\
1642	test-LARGE/ChF_16_1048576.ref			\
1643	test-LARGE/ChF_16_1048576_NoFloat.ref		\
1644	test-LARGE/cyclicpolytope30-15.ref		\
1645	test-LARGE/lo6.ref				\
1646	test-LARGE/m11.ref				\
1647	test-LARGE/m14.ref				\
1648	test-LARGE/rote_combination.ref			\
1649	test-LARGE/strict_Borda_paradox_4cand_Vol.ref	\
1650	test-LARGE/strong_Borda_paradox_4cand_rev.ref	\
1651	test-LARGE/strong_Borda_paradox_4cand_rev_mult.ref 	\
1652	test-LARGE/big_empty_deg1.in				\
1653	test-LARGE/big_empty_deg1.ref			\
1654	test-gen/A443.in				\
1655	test-gen/A443.ref				\
1656	test-gen/A443.gen.ref				\
1657	test-gen/m8-polytope.in				\
1658	test-gen/m8-polytope.ref			\
1659	test-gen/m8-polytope.gen.ref			\
1660	test-cst/A443.in				\
1661	test-cst/A443.ref				\
1662	test-cst/A443.cst.ref				\
1663	test-gen/m8-polytope.in				\
1664	test-gen/m8-polytope.ref			\
1665	test-gen/m8-polytope.gen.ref			\
1666	test-v/Condorcet-dd.in				\
1667	test-v/Condorcet-dd.ref				\
1668	test-v/CondEffPlur-dd.in			\
1669	test-v/CondEffPlur-dd.ref			\
1670	test-Int/Condorcet-v-sd-dd.in			\
1671	test-Int/Condorcet-v-sd-dd.ref			\
1672	test-Int/Condorcet-v-sd-dd.in			\
1673	test-Int/Condorcet-v-sd-dd.ref
1674
1675
1676EXTRA_DIST += $(NMZTESTS)
1677