mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
test-reorg iterate
This commit is contained in:
parent
c8a585fa07
commit
7989f0bbd0
2 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue