Skip to content

Commit

Permalink
more explicit test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Mar 14, 2016
1 parent 9e66d16 commit 9ee7799
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ doc/docsrc/Makefile \
skeletons/Makefile \
examples/Makefile \
doc/man/Makefile \
tests/Makefile \
asn1c/Makefile \
doc/Makefile \
Makefile \
Expand Down
2 changes: 1 addition & 1 deletion libasn1fix/check_fixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ee7799

Please sign in to comment.