Implementa teste para lista
[cascardo/declara.git] / Makefile.am
index a0d646a..2304b38 100644 (file)
@@ -9,3 +9,8 @@ declara_SOURCES = declara.c declaracao.c declaracao.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)