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
87b1e1f4
Commit
87b1e1f4
authored
Aug 11, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment
parent
ed2710d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
4 deletions
+24
-4
asn1c/tests/README
asn1c/tests/README
+4
-4
asn1c/tests/check-42.cc
asn1c/tests/check-42.cc
+20
-0
No files found.
asn1c/tests/README
View file @
87b1e1f4
This is a very funny test automation. The name of the check-
*
.c file is used
as a pointer to the file in ../../
/tests/*
-*.asn1. This file is compiled
using the asn1c
from above directory. Then, everything is build together
in a temporary directory with a check-*
.c used as a testing engine.
This is a very funny test automation. The name of the check-
N
.c file is used
as a pointer to the file in ../../
tests/N
-*.asn1. This file is compiled
using the asn1c
compiler from above directory. Then, everything is build
together in a temporary directory with a check-N
.c used as a testing engine.
asn1c/tests/check-42.cc
0 → 100644
View file @
87b1e1f4
/*
* This file checks that the output may be compiled by the C++ compiler.
*/
#undef NDEBUG
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <assert.h>
#include <VariablePart.h>
int
main
()
{
VariablePart_t
t
;
t
.
present
=
VariablePart_PR_vrange
;
return
0
;
}
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