summaryrefslogtreecommitdiff
path: root/libnm-glib/tests
AgeCommit message (Expand)AuthorFilesLines
2018-07-17build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller1-2/+1
2018-05-31build/meson: fix meson build for shared filesThomas Haller1-1/+1
2018-05-31build: use default NM_BUILD_* defines for testsThomas Haller1-4/+5
2018-05-11tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2-7/+34
2018-04-30all: remove consecutive empty linesBeniamino Galvani2-2/+0
2018-04-12build: meson: add prefix to test namesBeniamino Galvani1-1/+1
2018-04-12build: meson: enable all tests againBeniamino Galvani1-3/+2
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani1-1/+5
2018-01-10build/meson: disable unit tests that are known to failThomas Haller1-2/+3
2018-01-10meson: Improve dependency systemIñigo Martínez1-9/+3
2018-01-08build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller1-6/+4
2017-12-18build: use template files for enum types' sources generationIñigo Martínez1-1/+1
2017-12-14build: rename unit tests with the `test-` patternIñigo Martínez1-4/+2
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+36
2016-10-21build: merge "libnm-glib/tests/Makefile.am" into toplevel MakefileThomas Haller1-47/+0
2016-10-19build: merge "libnm/tests/Makefile.am" into toplevel MakefileThomas Haller1-1/+1
2016-10-19tests: combine "run-test-valgrind.sh" and "run-test-dbus-session.sh" in "run-...Thomas Haller1-4/+0
2016-10-19build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller2-13/+13
2016-04-05build: disable deprecation checks for internal compilationThomas Haller1-1/+0
2016-03-29libnm-glib: allow non-verifiable NMRemoteConnection in libnm-glibThomas Haller1-21/+12
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2-5/+2
2016-01-22tests: move common dbus test-runners to tools/ directoryThomas Haller2-6/+1
2016-01-22tests: use dbus-run-session instead of dbus-launchMichael Biebl1-5/+1
2015-12-26libnm/tests: add tests for libnm handling invalid connectionsThomas Haller1-0/+260
2015-12-26libnm/tests: use nmtstc_nm_remote_settings_new()Thomas Haller1-2/+1
2015-12-26libnm/tests: use nmtstc_nm_client_new()Thomas Haller1-34/+6
2015-12-24build: rename directory "include" to "shared"Thomas Haller1-6/+6
2015-12-24libnm/tests: rename test functions to follow common patternThomas Haller2-25/+21
2015-12-24libnm/tests: move common testing code to nm-test-libnm-utilsThomas Haller5-293/+6
2015-12-24libnm/tests: unify common test code for libnm and libnm-glibThomas Haller3-1/+137
2015-12-04libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams1-0/+1
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2015-09-29tests: add a test for connection_compatible() for wired devicesJiří Klimeš1-3/+26
2015-08-17tests: raise the mock service startup timeoutLubomir Rintel1-1/+1
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller4-4/+4
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship4-4/+4
2015-07-12test: initialize tests with nmtst_init()Thomas Haller2-12/+10
2015-05-28builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel1-2/+0
2015-05-26tests: use the TAP formatterLubomir Rintel1-0/+2
2015-05-26build: switch to parallel test harnessLubomir Rintel1-1/+1
2015-05-26tests: always spawn private d-busLubomir Rintel1-5/+3
2015-02-09libnm-glib/tests: fix calling tests without valgrindThomas Haller1-1/+1
2015-02-09libnm/tests: enable valgrind for libnm testsThomas Haller1-3/+5
2015-02-09libnm/tests: fix memleaks in test code for valgrindThomas Haller1-1/+5
2015-02-09tests: enable valgrind tests for testsThomas Haller1-0/+1
2014-12-15tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš1-1/+3
2014-11-13all: consistently include config.hDan Winship3-0/+6
2014-10-24tests: Don't run session-long dbus daemons for testsLubomir Rintel1-3/+5
2014-08-01libnm-glib: add tests of NMClient:manager-running and NMRemoteSettings:servic...Dan Winship2-0/+154