Skip to content

Commit 7989f0b

Browse files
committed
test-reorg iterate
1 parent c8a585f commit 7989f0b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

c/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS= lib cli stream input mapping output containers dsls experimental tools . reg_test
1+
SUBDIRS= lib cli stream input mapping output containers dsls experimental tools . unit_test reg_test
22

33
AM_CPPFLAGS= -I${srcdir}
44
AM_CFLAGS= -Wall -Werror -std=gnu99 -O3

configure.ac

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ AC_CONFIG_FILES([Makefile
3131
c/mapping/Makefile
3232
c/output/Makefile
3333
c/stream/Makefile
34-
c/test/Makefile
35-
c/test/expected/Makefile
36-
c/test/input/Makefile
37-
c/test/input/rfc-csv/Makefile
34+
c/unit_test/Makefile
35+
c/reg_test/Makefile
36+
c/reg_test/expected/Makefile
37+
c/reg_test/input/Makefile
38+
c/reg_test/input/rfc-csv/Makefile
3839
c/tools/Makefile
3940
c/Makefile
4041
doc/Makefile])

0 commit comments

Comments
 (0)