Commit 9ee77995 authored by Lev Walkin's avatar Lev Walkin

more explicit test spec

parent 9e66d16a
......@@ -5,10 +5,10 @@ SUBDIRS = \
libasn1parser libasn1fix \
libasn1print libasn1compiler \
skeletons examples \
doc asn1c
doc tests asn1c
docsdir = $(datadir)/doc/asn1c
docs_DATA = README.md FAQ ChangeLog BUGS TODO
EXTRA_DIST = README.md FAQ LICENSE BUGS tests/
EXTRA_DIST = README.md FAQ LICENSE BUGS
......@@ -132,6 +132,7 @@ doc/docsrc/Makefile \
skeletons/Makefile \
examples/Makefile \
doc/man/Makefile \
tests/Makefile \
asn1c/Makefile \
doc/Makefile \
Makefile \
......
......@@ -68,7 +68,7 @@ main(int ac, char **av) {
fprintf(stderr, "%s: %s\n", asn1_tests_dir, strerror(errno));
assert(ret == 0);
/* For some reasons, tests could be hidden under extra tests dir. */
if(chdir("tests") == 0) {
if(0 && chdir("tests") == 0) {
skeletons_hier_level++;
}
#ifdef _WIN32
......
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