Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
9ee77995
Commit
9ee77995
authored
Mar 14, 2016
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more explicit test spec
parent
9e66d16a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.am
Makefile.am
+2
-2
configure.ac
configure.ac
+1
-0
libasn1fix/check_fixer.c
libasn1fix/check_fixer.c
+1
-1
No files found.
Makefile.am
View file @
9ee77995
...
...
@@ -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
configure.ac
View file @
9ee77995
...
...
@@ -132,6 +132,7 @@ doc/docsrc/Makefile \
skeletons/Makefile \
examples/Makefile \
doc/man/Makefile \
tests/Makefile \
asn1c/Makefile \
doc/Makefile \
Makefile \
...
...
libasn1fix/check_fixer.c
View file @
9ee77995
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment