X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile.am;h=2304b3886bdbe05e75218be4e7a685a5c6504492;hb=c6679060241d5665f4002e312e40e7bc4d939f28;hp=5fb213614995ee127a3f1ef50444bd5c6496e2ca;hpb=641730591d7dcbce71f577656a2487220d112f35;p=cascardo%2Fdeclara.git diff --git a/Makefile.am b/Makefile.am index 5fb2136..2304b38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,15 @@ bin_PROGRAMS = declara 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)