File: CMakeLists.txt

package info (click to toggle)
epr-api 2.3~dev20150708-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,132 kB
  • sloc: ansic: 14,310; sh: 194; makefile: 146; xml: 125
file content (10 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2013 Antonio Valentino <antonio.valentino@tiscali.it>

add_library(bccunit STATIC bccunit.c)

add_executable(bccunit_test bccunit_test.c)
target_link_libraries(bccunit_test bccunit)

add_test(BCCUNIT_TEST_SUITE_01 bccunit_test)
set_tests_properties(BCCUNIT_TEST_SUITE_01 PROPERTIES PASS_REGULAR_EXPRESSION
    "bccunit: test summary: 4 test case\\(s\\) total, 2 failure\\(s\\), 0 error\\(s\\)")