Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
4b90602e
Commit
4b90602e
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
REAL/math
parent
6d1220a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
asn1c/tests/check-65.c
+9
-11
9 additions, 11 deletions
asn1c/tests/check-65.c
asn1c/tests/check-assembly.sh
+1
-1
1 addition, 1 deletion
asn1c/tests/check-assembly.sh
with
10 additions
and
12 deletions
asn1c/tests/check-65.c
+
9
−
11
View file @
4b90602e
...
...
@@ -16,9 +16,7 @@ uint8_t buf1[] = {
32
|
((
2
<<
6
)
+
4
),
/* [4], constructed */
4
,
0
|
((
2
<<
6
)
+
6
),
/* [6], primitive */
2
,
0x91
,
0x92
0
};
uint8_t
buf2
[]
=
{
...
...
@@ -32,8 +30,8 @@ uint8_t buf2[] = {
4
,
0
|
((
2
<<
6
)
+
6
),
/* [6], primitive */
2
,
0x
91
,
0x
92
,
0x
C0
,
0x
00
,
32
|
((
2
<<
6
)
+
2
),
/* [2], constructed */
6
,
...
...
@@ -41,16 +39,16 @@ uint8_t buf2[] = {
4
,
0
|
((
2
<<
6
)
+
6
),
/* [6], primitive */
2
,
0x
91
,
0x
92
,
0x
80
,
0x
00
,
32
|
((
2
<<
6
)
+
3
),
/* [3], constructed */
4
,
0
|
((
2
<<
6
)
+
6
),
/* [6], primitive */
2
,
0x
91
,
0x
92
,
3
,
0x
80
,
0x
01
,
0x02
,
};
static
void
...
...
This diff is collapsed.
Click to expand it.
asn1c/tests/check-assembly.sh
+
1
−
1
View file @
4b90602e
...
...
@@ -44,7 +44,7 @@ CXXFLAGS=\${COMMON_FLAGS} ${CXXFLAGS}
all: check-executable
check-executable: compiled-module *.c*
\$
(CC)
\$
(CFLAGS) -o check-executable *.c*
\$
(CC)
\$
(CFLAGS) -o check-executable
-lm
*.c*
# Compile the corresponding .asn1 spec.
compiled-module:
${
asn_module
}
../../asn1c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment