more explicit test spec

This commit is contained in:
Lev Walkin 2016-03-14 03:46:16 -07:00
parent 9e66d16ab3
commit 9ee77995ba
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -132,6 +132,7 @@ doc/docsrc/Makefile \
skeletons/Makefile \
examples/Makefile \
doc/man/Makefile \
tests/Makefile \
asn1c/Makefile \
doc/Makefile \
Makefile \

View File

@ -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