summaryrefslogtreecommitdiff
path: root/src/tests/eo/suite/CMakeLists.txt
blob: 14cad83941282ed1c0ca2c5cd91a3a5014850ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
set(LIBRARIES
  eo
)

set(SOURCES
  eo_error_msgs.c
  eo_error_msgs.h
  eo_suite.c
  eo_suite.h
  eo_test_call_errors.c
  eo_test_class_behaviour_errors.c
  eo_test_class_errors.c
  eo_test_class_simple.c
  eo_test_class_simple.h
  eo_test_class_singleton.c
  eo_test_class_singleton.h
  eo_test_domain.c
  eo_test_domain.h
  eo_test_event.c
  eo_test_general.c
  eo_test_init.c
  eo_test_threaded_calls.c
  eo_test_value.c
)