• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dbus/H03-May-2022-39,67030,482

lib/H03-May-2022-15,12811,478

tools/H03-May-2022-1,321985

Makefile.amH A D25-Aug-20143.9 KiB173136

Makefile.inH A D03-May-202261.2 KiB1,7161,525

READMEH A D25-Aug-2014591 2315

all-errors-documented.pyH A D25-Aug-20141 KiB3220

asv.cH A D25-Aug-201410.9 KiB284214

availability-cmp.cH A D25-Aug-2014526 1913

capabilities.cH A D25-Aug-201437.1 KiB1,218921

contact-search-result.cH A D25-Aug-20142 KiB7649

debug-domain.cH A D25-Aug-20141.6 KiB7254

dtmf-player.cH A D18-Mar-20147.8 KiB319260

enums.cH A D25-Aug-20141.2 KiB6134

gnio-util.cH A D25-Aug-20148.8 KiB320244

heap.cH A D25-Aug-2014770 4232

internal-debug.cH A D25-Aug-20141.5 KiB7961

intset.cH A D25-Aug-20145.7 KiB230184

message.cH A D25-Aug-20142.2 KiB7142

signal-connect-object.cH A D18-Mar-20144.9 KiB182147

tests.suppH A D20-Jun-2012161 119

util-cxx.cppH A D25-Aug-20141.3 KiB4216

util.cH A D25-Aug-201413.3 KiB338296

README

1Where to put new tests:
2
3/tests/ if they're simple regression tests that don't touch the session bus
4
5/tests/dbus/ if they touch the session bus
6(a temporary session bus will be used)
7
8/tests/tools/ if they're shell scripts that test the code generation tools
9
10To run a single test:
11  make -C tests/dbus check TESTS=test-contacts
12
13If you're running a test under a debugger, export TP_TESTS_NO_TIMEOUT=1 to
14avoid it being killed for taking too long.
15
16Generate tests coverage report
17==============================
18
19make clean
20./configure --enable-compiler-coverage
21make check
22make lcov-report
23