Skip to content

Commit

Permalink
check-src has its own extra_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Mar 14, 2016
1 parent f84fc1c commit f379fe3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asn1c/tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

SUBDIRS = check-src

dist_check_SCRIPTS = check-assembly.sh

TESTS_ENVIRONMENT= CC="${CC}" CFLAGS="${TESTSUITE_CFLAGS} ${CFLAGS}" CXXFLAGS="${CXXFLAGS}" srcdir=${srcdir} top_srcdir=${top_srcdir} top_builddir=${top_builddir} ${srcdir}/check-assembly.sh
Expand All @@ -8,8 +10,7 @@ if TEST_64BIT
TESTS += ${srcdir}/check-src/check64-*.c
endif

EXTRA_DIST = \
check-src/ \
EXTRA_DIST = \
data-62 \
data-70 \
data-119 \
Expand Down
3 changes: 3 additions & 0 deletions asn1c/tests/check-src/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

EXTRA_DIST = $(srcdir)/check-*.c

1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ AC_PATH_PROG([PANDOC], pandoc)
AM_CONDITIONAL([HAVE_PANDOC], [test -n "$PANDOC"])

AC_CONFIG_FILES([\
asn1c/tests/check-src/Makefile \
skeletons/tests/Makefile \
libasn1compiler/Makefile \
libasn1parser/Makefile \
Expand Down

0 comments on commit f379fe3

Please sign in to comment.