summaryrefslogtreecommitdiff
path: root/libnm-util/tests
Commit message (Expand)AuthorAgeFilesLines
* shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller2016-06-166-6/+6
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-091-51/+51
* tests: use absolute path for certs test directoryThomas Haller2016-06-061-1/+1
* libnm-util: skip linking test when address sanitizer is enabledBeniamino Galvani2016-06-031-0/+8
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-197-22/+14
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-142-116/+56
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-c...Thomas Haller2016-02-141-98/+35
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-141-118/+34
* libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller2016-02-141-168/+82
* tests: get rid of FAIL macroDan Williams2016-02-112-4/+8
* all/tests: fix messages for ASSERT() macroThomas Haller2016-02-031-3/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* libnm-util/test: use "nm-test-utils.h" in test-setting-dcbThomas Haller2015-10-101-14/+5
* libnm-util: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-061-0/+1
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* core: final gdbus portingDan Winship2015-08-101-0/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-057-9/+7
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-247-9/+7
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* tests: move all asserts into testsLubomir Rintel2015-05-263-121/+121
* test: initialize auto-destructed pointersLubomir Rintel2015-02-093-15/+15
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-02-095-17/+46
* libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller2015-02-091-3/+5
* libnm-util/tests: fix invalid g_test_expect_message() patternThomas Haller2014-12-041-2/+2
* libnm/test: add test for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-041-0/+44
* libnm-util: Note that nm_utils_deinit() is a no-opDan Winship2014-12-041-6/+1
* libnm-util: return empty hash, not NULL in nm_setting_to_hash() (bgo #740681)Jiří Klimeš2014-11-251-1/+1
* libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-2116-514/+1
* all: consistently include config.hDan Winship2014-11-137-0/+14
* libnm: add NMSettingIPConfig:route-metricThomas Haller2014-11-071-0/+1
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-3/+3
* trivial: don't shadow rand(3)Dan Williams2014-08-201-5/+5
* libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutilsDan Winship2014-08-073-130/+173
* libnm-util/test: fix tests not to write a core fileThomas Haller2014-08-041-1/+23
* libnm-util/tests: fix build for older glib with unknown G_SPAWN_DEFAULTThomas Haller2014-08-041-1/+1
* libnm-util/test: fix build for clang due to deprecated warningThomas Haller2014-08-011-0/+2
* libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detectedDan Winship2014-08-013-1/+80
* libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-08-011-154/+1
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-1/+1
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-156-6/+6
* libnm-util: merge nm-util-private and nm-utils-privateDan Williams2014-07-021-12/+12
* libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-301-0/+71
* test: nm_connection_verify() sets the interface-name to virtual_iface_name.Thomas Haller2014-06-301-0/+44
* nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message testsThomas Haller2014-06-051-7/+3