## Process this file through Automake to create Makefile.in -*- Makefile -*- include $(top_srcdir)/milena/tests/tests.mk
check_PROGRAMS = \ all \ min \ nil all_SOURCES = all.cc min_SOURCES = min.cc nil_SOURCES = nil.cc TESTS = $(check_PROGRAMS)