summaryrefslogtreecommitdiff
path: root/tests/utiltest.c
Commit message (Expand)AuthorAgeFilesLines
* virStringParseVersion: Parse into 'unsigned long long'Peter Krempa2023-04-031-4/+4
* tests: Use virTestCompareToString() moreMichal Privoznik2022-12-011-2/+1
* tests: Remove unused includesPeng Liang2022-06-161-1/+0
* virParseVersionString: rename to virStringParseVersionJán Tomko2022-02-031-1/+1
* tests: qemu: reduce scope of some variablesJán Tomko2020-08-031-13/+2
* util: Introduce a parser for kernel cmdline argumentsPaulo de Rezende Pinatti2020-06-161-0/+136
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-5/+5
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-6/+6
* tests: Always put a '\n' after each debug printMichal Privoznik2019-08-271-16/+16
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-12/+12
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* Ensure disk names follow the disk name regexNitesh Konkar2017-02-161-1/+2
* tests: Rename virtTestQuiesceLibvirtErrors to virTestQuiesceLibvirtErrors.Tomáš Ryšavý2016-06-081-1/+1
* Rename virtTestDifference to virTestDifference.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* util: add virDiskNameParse to handle disk and partition idxJoao Martins2015-11-181-0/+56
* utiltest: Use int8_t instead of char.Michal Privoznik2015-06-081-2/+2
* util: Add macro to overflow check integer assignmentsPeter Krempa2015-06-031-0/+30
* tests: Add VIR_TEST_DEBUG and VIR_TEST_VERBOSECole Robinson2015-04-231-19/+11
* internal: add macro to round value to the next closest power of 2Pavel Hrdina2014-11-241-0/+39
* Remove unnecessary curly brackets in tests/Martin Kletzander2014-11-141-2/+1
* Remove test case average timingDaniel P. Berrange2013-10-081-2/+2
* test: Refactor setting of dummy error handlersPeter Krempa2013-09-171-11/+1
* Convert 'int i' to 'size_t i' in tests/ filesDaniel P. Berrange2013-07-101-7/+9
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* build: avoid 'make syntax-check' failureEric Blake2011-07-011-1/+1
* tests: Add a general util testMatthias Bolte2011-07-011-0/+178