Commit 56d59b46 authored by Lev Walkin's avatar Lev Walkin

moved skeletons tests out

parent ca0d40ba
......@@ -8,8 +8,8 @@ SUBDIRS = \
libasn1common libasn1parser \
libasn1fix libasn1print \
libasn1compiler \
skeletons examples doc \
asn1c tests
asn1c skeletons tests \
examples doc
docsdir = $(datadir)/doc/asn1c
......
......@@ -171,7 +171,7 @@ AC_CONFIG_FILES([\
tests/tests-c-compiler/check-src/Makefile \
tests/tests-asn1c-compiler/Makefile \
tests/tests-c-compiler/Makefile \
skeletons/tests/Makefile \
tests/tests-skeletons/Makefile \
libasn1compiler/Makefile \
libasn1common/Makefile \
libasn1parser/Makefile \
......
SUBDIRS = . tests
CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)
dist_pkgdata_DATA = \
......
SUBDIRS = tests-asn1c-compiler tests-c-compiler
SUBDIRS = tests-asn1c-compiler tests-skeletons tests-c-compiler
EXTRA_DIST = README
tests-asn1c-compiler - tests behavior of asn1c compiler, textually
tests-c-compiler - attempts to compile C results of asn1c output
tests-skeletons - verify correctness of "skeletons" code
......@@ -19,7 +19,7 @@ check_PROGRAMS = \
#code coverage data for the tests executables
CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)
AM_CPPFLAGS = -I$(top_srcdir)/skeletons $(TESTSUITE_CFLAGS)
AM_CFLAGS = -I$(top_srcdir)/skeletons $(TESTSUITE_CFLAGS)
AM_CFLAGS = $(TESTSUITE_CFLAGS)
AM_LDFLAGS = $(top_builddir)/skeletons/libasn1cskeletons.la
LDADD = -lm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment