]> git.ipfire.org Git - people/stevee/pakfire.git/history - tests/testsuite.c
FHS: Perform world writable check only for regular files
[people/stevee/pakfire.git] / tests / testsuite.c
2022-08-12  Michael Tremertests: Actually run them all when we want all
2022-08-11  Michael Tremertests: Check if Pakfire was initialized correctly
2022-08-09  Michael Tremertests: Copy command into every test environment
2022-08-09  Michael Tremertests: Cleanup temporary directories
2022-08-09  Michael Tremertests: Allow running a single test
2022-07-17  Michael Tremerpakfire: Pass loglevel on creation
2022-05-09  Michael Tremertests: Fix build after callback changes
2021-12-09  Michael Tremerpakfire: Introduce callbacks
2021-10-05  Michael Tremertestsuite: Optionally return path to temporary file
2021-10-05  Michael Tremertestsuite: Delete all temporary files immediately
2021-09-21  Michael Tremerrepo: Add test to compose a repository
2021-09-21  Michael Tremerrepo: Test writing/reading the SOLV database
2021-09-21  Michael Tremertestsuite: Make tests cleanup after themselves
2021-09-21  Michael TremerMake testsuite compile again
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-15  Michael Tremerpakfire: Make pakfire_log_set_function private
2021-06-10  Michael Tremertestsuite: Fix creating temporary test directories
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-03  Michael Tremerlibpakfire: Add global flags attribute
2021-04-16  Michael Tremerpakfire: Read configuration file on initialization
2021-04-10  Michael TremerMake pakfire_path_join write to stack
2021-03-21  Michael Tremertests: Fix compilation error
2021-03-19  Michael Tremerlibpakfire: pakfire_create: Use errno to report errors
2021-03-06  Michael Tremerpackager: Add function that starts putting the whole...
2021-03-01  Michael Tremertests: Return number of failed test
2021-01-13  Michael Tremerlibpakfire: Pass Pakfire to pakfire_create as argument
2021-01-13  Michael Tremertests: Give better names to assertions
2021-01-13  Michael Tremertests: Remove all typedefs and use structs instead
2021-01-13  Michael Tremertests: Allocate testsuite statically
2021-01-13  Michael Tremertests: Add macro for shorter listing of tests
2021-01-10  Michael Tremerlibpakfire: Drop unused pakfire_init()
2019-06-11  Michael Tremertests: Check if reference counting is working
2019-06-08  Michael Tremertests: Enable debug logging
2019-03-09  Michael Tremertestsuite: Pakfire context needs to be initialized...
2017-11-30  Michael Tremertestsuite: Cleanup properly after we have run the testsuite
2017-11-30  Michael Tremertestsuite: Add simple test that opens an archive
2017-11-30  Michael Tremertestsuite: Allocate a Pakfire context for each test...
2017-11-30  Michael Tremertestsuite: Initialize pakfire in test directory
2017-11-29  Michael Tremertestsuite: Return proper error code on init
2017-11-29  Michael Tremertestsuite: Show error code when test exited with failure
2017-11-28  Michael Tremertestsuite: Log to stderr
2017-11-28  Michael Tremertestsuite: Fix passing function pointers
2017-11-28  Michael Tremerlibpakfire: Build a framework for testsuites