Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
pub
frama-c
Commits
3518e275
Commit
3518e275
authored
6 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[devman] document ptests update
parent
bf1f1510
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/developer/advance.tex
+10
-2
10 additions, 2 deletions
doc/developer/advance.tex
doc/developer/changes.tex
+1
-0
1 addition, 0 deletions
doc/developer/changes.tex
with
11 additions
and
2 deletions
doc/developer/advance.tex
+
10
−
2
View file @
3518e275
...
@@ -1062,8 +1062,8 @@ or
...
@@ -1062,8 +1062,8 @@ or
line. Once such a directive has been encountered, each occurrence of
line. Once such a directive has been encountered, each occurrence of
\texttt
{
@macro-name@
}
in a
\texttt
{
CMD
}
,
\texttt
{
LOG
}
,
\texttt
{
OPT
}
,
\texttt
{
@macro-name@
}
in a
\texttt
{
CMD
}
,
\texttt
{
LOG
}
,
\texttt
{
OPT
}
,
\texttt
{
STDOPT
}
or
\texttt
{
EXECNOW
}
directive at this configuration level
\texttt
{
STDOPT
}
or
\texttt
{
EXECNOW
}
directive at this configuration level
or in any level below it will be replaced by
\texttt
{
content
}
. Existing
or in any level below it will be replaced by
\texttt
{
content
}
. Existing
pre-defined macros are listed in section~
\ref
{
sec:ptests-macros
}
.
pre-defined macros are listed in section~
\ref
{
sec:ptests-macros
}
.
\item
The
\texttt
{
FILEREG
}
\sscodeidxdef
{
Test
}{
Directive
}{
FILEREG
}
\item
The
\texttt
{
FILEREG
}
\sscodeidxdef
{
Test
}{
Directive
}{
FILEREG
}
directive contains a regular expression indicating which files in
directive contains a regular expression indicating which files in
the directory containing the current test suite are actually part of
the directory containing the current test suite are actually part of
...
@@ -1072,6 +1072,14 @@ or
...
@@ -1072,6 +1072,14 @@ or
configuration file.
configuration file.
\end{itemize}
\end{itemize}
\begin{important}
\paragraph
{
\texttt
{
@
}
in the text of a directive
}
As mentioned above,
\texttt
{
@
}
is recognized by
\ptests
as the beginning of
a macro. If you need to have a literal
\texttt
{
@
}
in the text of the directive
itself, it needs to be doubled,
{
\it
i.e.
}
\texttt
{
@@
}
will be translated as
\texttt
{
@
}
.
\end{important}
\begin{important}
\begin{important}
\textbf
{
Summary: ordering of test executions
}
\textbf
{
Summary: ordering of test executions
}
...
...
This diff is collapsed.
Click to expand it.
doc/developer/changes.tex
+
1
−
0
View file @
3518e275
...
@@ -7,6 +7,7 @@ This chapter summarizes the major changes in this documentation between each
...
@@ -7,6 +7,7 @@ This chapter summarizes the major changes in this documentation between each
\section*
{
Frama-C+dev
}
\section*
{
Frama-C+dev
}
\begin{itemize}
\begin{itemize}
\item
\textbf
{
Testing
}
: Document of usage
\texttt
{
@@
}
in a directive
\item
\textbf
{
Logging Services
}
: Document
\texttt
{
error
}
and
\texttt
{
failure
}
behaviors.
\item
\textbf
{
Logging Services
}
: Document
\texttt
{
error
}
and
\texttt
{
failure
}
behaviors.
\item
\textbf
{
ACSL Extensions
}
: New extension categories, for global and plain code annotations
\item
\textbf
{
ACSL Extensions
}
: New extension categories, for global and plain code annotations
\end{itemize}
\end{itemize}
...
...
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