summaryrefslogtreecommitdiff
path: root/libnm-util/tests
AgeCommit message (Expand)AuthorFilesLines
2018-09-17docs: misc. typos pt2luz.paz1-2/+2
2018-08-28libnm-core: support private keys encrypted with AES-{192,256}-CBCBeniamino Galvani1-2/+2
2018-07-17build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller1-1/+1
2018-05-31build: use default NM_BUILD_* defines for testsThomas Haller5-5/+9
2018-04-12build: meson: add prefix to test namesBeniamino Galvani1-1/+1
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani1-1/+5
2018-01-10meson: Improve dependency systemIñigo Martínez1-11/+4
2018-01-08tests: use NMTST_EXPECT*() macrosThomas Haller2-56/+56
2018-01-08build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller1-2/+3
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-0/+1
2017-12-18build: use template files for enum types' sources generationIñigo Martínez1-2/+2
2017-12-14build: rename unit tests with the `test-` patternIñigo Martínez1-4/+2
2017-12-14build: fix libnm_linking testIñigo Martínez1-1/+1
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+51
2016-10-21build: merge "libnm-util/tests/Makefile.am" into toplevel MakefileThomas Haller1-85/+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 Haller1-2/+2
2016-09-23crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani1-5/+0
2016-06-16shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller6-6/+6
2016-06-09tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller1-51/+51
2016-06-06tests: use absolute path for certs test directoryThomas Haller1-1/+1
2016-06-03libnm-util: skip linking test when address sanitizer is enabledBeniamino Galvani1-0/+8
2016-04-05build: disable deprecation checks for internal compilationThomas Haller1-1/+0
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller7-22/+14
2016-02-14libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2-116/+56
2016-02-14libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-c...Thomas Haller1-98/+35
2016-02-14libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller1-118/+34
2016-02-14libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller1-168/+82
2016-02-11tests: get rid of FAIL macroDan Williams2-4/+8
2016-02-03all/tests: fix messages for ASSERT() macroThomas Haller1-3/+1
2015-12-24build: rename directory "include" to "shared"Thomas Haller1-2/+2
2015-10-10libnm-util/test: use "nm-test-utils.h" in test-setting-dcbThomas Haller1-14/+5
2015-10-06libnm-util: add ipv4.dhcp-timeout propertyLubomir Rintel1-0/+1
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2015-08-10core: final gdbus portingDan Winship1-0/+1
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller7-9/+7
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship7-9/+7
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller1-3/+1
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-26tests: move all asserts into testsLubomir Rintel3-121/+121
2015-02-09test: initialize auto-destructed pointersLubomir Rintel3-15/+15
2015-02-09tests: enable valgrind tests for testsThomas Haller1-0/+1
2015-02-09libnm/tests: fix memleaks in tests for valgrindThomas Haller5-17/+46
2015-02-09libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller1-3/+5
2014-12-04libnm-util/tests: fix invalid g_test_expect_message() patternThomas Haller1-2/+2
2014-12-04libnm/test: add test for nm_utils_uuid_generate_from_string()Thomas Haller1-0/+44
2014-12-04libnm-util: Note that nm_utils_deinit() is a no-opDan Winship1-6/+1
2014-11-25libnm-util: return empty hash, not NULL in nm_setting_to_hash() (bgo #740681)Jiří Klimeš1-1/+1