test-reorg iterate

This commit is contained in:
John Kerl 2015-09-25 17:03:49 -04:00
parent c8a585fa07
commit 7989f0bbd0
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS= lib cli stream input mapping output containers dsls experimental tools . reg_test
SUBDIRS= lib cli stream input mapping output containers dsls experimental tools . unit_test reg_test
AM_CPPFLAGS= -I${srcdir}
AM_CFLAGS= -Wall -Werror -std=gnu99 -O3

View file

@ -31,10 +31,11 @@ AC_CONFIG_FILES([Makefile
c/mapping/Makefile
c/output/Makefile
c/stream/Makefile
c/test/Makefile
c/test/expected/Makefile
c/test/input/Makefile
c/test/input/rfc-csv/Makefile
c/unit_test/Makefile
c/reg_test/Makefile
c/reg_test/expected/Makefile
c/reg_test/input/Makefile
c/reg_test/input/rfc-csv/Makefile
c/tools/Makefile
c/Makefile
doc/Makefile])