* iface/gspn/Makefile.am (TESTS): Add dcswaveltl.test.

(ltlgspn_rg_LDADD, ltlgspn_srg_LDADD, ltlgspn_rg_SOURCES)
(ltlgspn_srg_SOURCES): New variables.
(check_PROGRAMS): Add ltlgspn-rg and ltlgspn-srg.

* iface/gspn/Makefile.am (gspn_HEADERS, gspndir): Install
gspn.hh.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-30 12:44:50 +00:00
parent 24099078d6
commit 372d490712
6 changed files with 106 additions and 7 deletions

View file

@ -219,7 +219,7 @@ namespace spot
+ bdd_format_set(get_dict(), s->accepting_cond()) + ")";
}
state*
state*
tgba_tba_proxy::project_state(const state* s, const tgba* t) const
{
const state_tba_proxy* s2 = dynamic_cast<const state_tba_proxy*>(s);

View file

@ -50,7 +50,7 @@ namespace spot
///
/// Restrict printed states to \a the state space of restrict if
/// supplied.
std::ostream& print_result(std::ostream& os,
std::ostream& print_result(std::ostream& os,
const tgba* restrict = 0) const;
private: