Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a2cbf0af
Commit
a2cbf0af
authored
Sep 26, 2017
by
Alexandre Duret-Lutz
Browse files
sanity: also check the 80-column limit in bin
* tests/sanity/80columns.test: Check bin sources. * bin/ltlsynt.cc: Fix it.
parent
c473e4ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/ltlsynt.cc
View file @
a2cbf0af
...
...
@@ -643,8 +643,10 @@ namespace
std
::
cout
<<
"REALIZABLE
\n
"
;
if
(
!
opt_real
)
{
auto
strat_aut
=
strat_to_aut
(
pg
,
strategy
,
dpa
,
all_outputs
);
auto
circuit
=
aut_to_aiger
(
strat_aut
,
all_inputs
,
all_outputs
);
auto
strat_aut
=
strat_to_aut
(
pg
,
strategy
,
dpa
,
all_outputs
);
auto
circuit
=
aut_to_aiger
(
strat_aut
,
all_inputs
,
all_outputs
);
circuit
.
print
();
}
}
...
...
tests/sanity/80columns.test
View file @
a2cbf0af
#! /bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2012, 2016 Laboratoire de Recherche et Développement de
# Copyright (C) 2012, 2016
, 2017
Laboratoire de Recherche et Développement de
# l'Epita (LRDE).
# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
...
...
@@ -42,7 +42,7 @@ fi
x
=
"
$x$x$x$x$x$x$x$x$x
"
# 9x
x
=
"
$x$x$x$x$x$x$x$x$x
"
# 81x
for
dir
in
"${srcdir-.}/../../spot"
"${srcdir-.}/.."
;
do
for
dir
in
"${srcdir-.}/../../spot"
"${srcdir-.}/../../bin"
"${srcdir-.}/.."
;
do
find
"
$dir
"
\
(
-
name
"${1-*}.hh"
\
-
o
-
name
"${1-*}.hxx"
\
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment