Skip to content

Commit

Permalink
Add missing compat-reallocarray.c source to pick-test
Browse files Browse the repository at this point in the history
Regression introduced in 58b17e0 (Use reallocarray in pick-test).
  • Loading branch information
mptre committed Jul 17, 2017
1 parent 58b17e0 commit 478e715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TESTS=tests/01.t tests/02.t tests/03.t tests/04.t tests/05.t tests/06.t \
TEST_EXTENSIONS=.t
T_LOG_COMPILER=$(top_srcdir)/tests/pick-test.sh
check_PROGRAMS=tests/pick-test
tests_pick_test_SOURCES=tests/pick-test.c
tests_pick_test_SOURCES=tests/pick-test.c compat-reallocarray.c
tests_pick_test_CFLAGS=$(AM_CFLAGS)

EXTRA_DIST=INSTALL.md INSTALL.md.in LICENSE README.md tests/pick-test.sh $(TESTS)
Expand Down

0 comments on commit 478e715

Please sign in to comment.