summaryrefslogtreecommitdiff
path: root/tests/virscsitest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: vir: remove pointless labelsJán Tomko2021-09-091-11/+4
* tests: vir: use g_autofreeJán Tomko2021-09-091-9/+4
* tests: use g_autoptr instead of virObjectUnrefJán Tomko2021-09-091-2/+1
* tests: Return EXIT_FAILURE/EXIT_SUCCESS instead of -1/0Michal Privoznik2021-05-171-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-4/+4
* Include unistd.h where usedJán Tomko2020-02-241-0/+1
* Use g_mkdtemp instead of mkdtempJán Tomko2019-11-141-1/+1
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-8/+3
* tests: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+1
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-2/+2
* Revert "Include unistd.h directly by files using it"Peter Krempa2019-04-101-1/+0
* Include unistd.h directly by files using itPeter Krempa2019-04-101-0/+1
* tests: Stop looking for abs_top_srcdir in the environmentAndrea Bolognani2019-03-141-5/+0
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-5/+5
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* virfile: Check for existence of dir in virFileDeleteTreeJohn Ferlan2015-09-161-1/+1
* maint: avoid static zero init in testsEric Blake2014-10-291-1/+1
* tests: Fix SCSI test data filenames for WindowsMatthias Bolte2014-03-291-0/+62
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-3/+3
* add 'driver' info to used_byChunyan Liu2014-03-041-3/+3
* tests: Modify the scsi util testsOsier Yang2014-01-301-2/+2
* tests: Add tests for scsi utilsOsier Yang2014-01-301-0/+188