1(*
2 * Copyright 2015, NICTA
3 *
4 * This software may be distributed and modified according to the terms of
5 * the BSD 2-Clause license. Note that NO WARRANTY is provided.
6 * See "LICENSE_BSD2.txt" for details.
7 *
8 * @TAG(NICTA_BSD)
9 *)
10
11session AutoCorres = CParser +
12  sessions
13    "HOL-Eisbach"
14    Lib
15    CLib
16  theories
17    "AutoCorres"
18
19session AutoCorresTest = AutoCorres +
20  sessions
21    "HOL-Number_Theory"
22    AutoCorres
23  theories
24    "tests/AutoCorresTest"
25