Implementa teste para lista
[cascardo/declara.git] / Makefile.am
index 93997f5..2304b38 100644 (file)
@@ -3,7 +3,14 @@ declara_SOURCES = declara.c declaracao.c declaracao.h \
        token.c token.h \
        cmd.c cmd.h pmhash.c pmhash.h \
        calcula.c calcula.h \
+       gera.c gera.h \
        base.c base.h \
        list.c list.h \
        util.c util.h \
+       contribuinte.c contribuinte.h \
        rendimento.c rendimento.h
+
+check_PROGRAMS = listtest
+listtest_SOURCES = listtest.c list.c list.h
+
+TESTS = $(check_PROGRAMS)