Skip to content

Commit c8a585f

Browse files
committed
test-reorg iterate
1 parent 5bd3d3d commit c8a585f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+12
-12
lines changed

c/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS= lib cli stream input mapping output containers dsls experimental tools . test
1+
SUBDIRS= lib cli stream input mapping output containers dsls experimental tools . reg_test
22

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

c/Makefile.no-autoconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ unit-test: test-mlrutil test-argparse test-byte-readers test-peek-file-reader te
207207
@echo DONE
208208

209209
reg-test:
210-
./test/run
210+
./reg_test/run
211211

212212
# ----------------------------------------------------------------
213213
# Run this after unit-test expected output has changed, and is verified to be
214214
# OK. (Example: after adding new test cases in test/run.)
215215
regtest-copy:
216-
cp output/out test/expected
216+
cp output/out reg_test/expected
217217

218218
# ----------------------------------------------------------------
219219
# Unit-test executables

0 commit comments

Comments
 (0)