spot/spot
Alexandre Duret-Lutz 0ab8dc06c4 install back the safety check of includes.test
Compilation of each header file alone, as a safety check, was removed
when introducing "#pragma once" because we did not have to check for
possible double inclusion.  However we still need to compile each
header to make sure they are self-contained.

* tests/sanity/includes.test: Compile each header.
* tests/run.in: Export various compiler and directory flags.
* spot/twaalgos/emptiness_stats.hh, spot/misc/mspool.hh,
spot/misc/fixpool.hh: Include <spot/misc/common.hh>.
* spot/misc/common.hh: Include <cassert>.
* NEWS: Mention the fixed headers.
2016-12-02 15:03:43 +01:00
..
graph graph: fix internal iterator constness 2016-11-30 14:26:30 +01:00
kripke Automata with no state are no longer allowed. 2016-11-29 10:34:03 +01:00
ltsmin ltsmin: use any installed libltdl 2016-11-28 18:17:48 +01:00
misc install back the safety check of includes.test 2016-12-02 15:03:43 +01:00
parseaut parseaut: diagnose invalid acceptance terms 2016-12-01 18:34:44 +01:00
parsetl parsetl: flush the errors 2016-11-05 22:59:02 +01:00
priv Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
ta Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
taalgos Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
tl Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
twa twa_graph: simplify two precondition checks 2016-11-30 14:26:30 +01:00
twaalgos install back the safety check of includes.test 2016-12-02 15:03:43 +01:00
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
Makefile.am move the sanity tests in tests/sanity/ 2016-01-05 17:20:51 +01:00