aboutsummaryrefslogtreecommitdiff
path: root/tests/dune
blob: 5c48308e39f4a8f646b78444ea6e803cfd7a5876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(test
  (name importer_test)
  (deps (source_tree configuration))
  (libraries 
    alcotest
    otoml
    sqlite3
    fmt
    importerSyntax
    importConf 
    importAnalyser
    importContainers
    importDataTypes
    importErrors
    importExpression
    importSQL
  )
  (preprocess (pps 
     ppx_deriving.show 
     ppx_deriving.eq ))
)