summaryrefslogtreecommitdiff
path: root/modules/sched-c++-tests
blob: 5e025de0ca9cb6eb4dde2ce35f92f2a6815f7c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/test-sched-c++.cc
tests/signature.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-sched-c++
check_PROGRAMS += test-sched-c++
test_sched_c___SOURCES = test-sched-c++.cc
test_sched_c___LDADD = $(LDADD) $(SCHED_YIELD_LIB)
endif