summaryrefslogtreecommitdiffstats
path: root/llgo/test/CMakeLists.txt
blob: c8a346f3db63162c3f43bee43b5ca9b6477b1217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
configure_lit_site_cfg(
  ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in
  ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
  )

add_lit_testsuite(check-llgo "Running the llgo regression tests"
  ${CMAKE_CURRENT_BINARY_DIR}
  DEPENDS
    FileCheck
    count
    llgo
    llgoi
    libgo
    not
  )
set_target_properties(check-llgo PROPERTIES FOLDER "Tests")
OpenPOWER on IntegriCloud