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
eb3e186e
Commit
eb3e186e
authored
10 months ago
by
Thibault Martin
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add instructions on how to test frama-c's GUI
parent
1a48b525
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release/validation.tex
+13
-4
13 additions, 4 deletions
doc/release/validation.tex
with
13 additions
and
4 deletions
doc/release/validation.tex
+
13
−
4
View file @
eb3e186e
...
@@ -123,7 +123,7 @@ They shall succeed. Collect the artifacts of the following targets:
...
@@ -123,7 +123,7 @@ They shall succeed. Collect the artifacts of the following targets:
\item
manuals
\item
manuals
\end{itemize}
\end{itemize}
Check that these artifacts are as expected. In particular:
\noindent
Check that these artifacts are as expected. In particular:
\begin{itemize}
\begin{itemize}
\item
API documentatation:
\item
API documentatation:
\begin{itemize}
\begin{itemize}
...
@@ -151,7 +151,7 @@ Check that these artifacts are as expected. In particular:
...
@@ -151,7 +151,7 @@ Check that these artifacts are as expected. In particular:
\end{itemize}
\end{itemize}
\end{itemize}
\end{itemize}
Alternatively, you can use
\texttt
{
docker
}
to compile the archive against a
\noindent
Alternatively, you can use
\texttt
{
docker
}
to compile the archive against a
precise configuration:
precise configuration:
\begin{itemize}
\begin{itemize}
\item
\verb
+
cp distributed/frama-c-<VERSION>.tar.gz developer_tools/docker
+
\item
\verb
+
cp distributed/frama-c-<VERSION>.tar.gz developer_tools/docker
+
...
@@ -160,11 +160,20 @@ precise configuration:
...
@@ -160,11 +160,20 @@ precise configuration:
\item
\verb
+
docker build . -t framac/frama-c:dev --target frama-c-gui-slim \
+
\\
\item
\verb
+
docker build . -t framac/frama-c:dev --target frama-c-gui-slim \
+
\\
\verb
+
-f Dockerfile.dev --build-arg=from_archive=frama-c-<VERSION>.tar.gz
+
\verb
+
-f Dockerfile.dev --build-arg=from_archive=frama-c-<VERSION>.tar.gz
+
\end{itemize}
\end{itemize}
For the GUI: in order to be able to launch
For the GUI: in order to be able to launch
\verb
+
x11docker framac/frama-c:dev frama-c-gui
+
,
\verb
+
x11docker framac/frama-c:dev frama-c-gui
+
,
you might want to install the
you might want to install the
\href
{
https://github.com/mviereck/x11docker
}{
\texttt
{
x11docker
}}
script.
\href
{
https://github.com/mviereck/x11docker
}{
\texttt
{
x11docker
}}
script.
\noindent
\FramaC
's GUI can be tested with :
\begin{itemize}
\item
\texttt
{
bin/frama-c-gui
}
for the old GUI.
\item
\texttt
{
bin/ivette
}
for the new GUI.
\end{itemize}
\Eva
can be tested with
\texttt
{
<gui> -eva tests/idtc/*.c
}
and
\Wp
with
\texttt
{
<gui> -wp -wp-rte src/plugins/wp/tests/wp
\_
gallery/find.i
}
. Try to
navigate in the code, check some values with
\Eva
, check that
\Wp
prove some
annotations, this should be enough.
\section
{
Validate release
}
\section
{
Validate release
}
Create the main changes file in the directory
\texttt
{
releases
}
. This file must
Create the main changes file in the directory
\texttt
{
releases
}
. This file must
...
...
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