summaryrefslogtreecommitdiff
path: root/src/test/meson.build
Commit message (Expand)AuthorAgeFilesLines
* test: add basic test for memfd_set_sealed() and memfd_get_sealed()Yu Watanabe2023-05-161-0/+1
* test: rework how udev-test is invokedZbigniew Jędrzejewski-Szmek2023-05-091-1/+1
* test: also test all _public_ functions are listed in .sym filesYu Watanabe2023-05-011-4/+4
* Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-241-122/+125
|\
| * test-core-unit: add new test file for unit_escape_setting() and friendsZbigniew Jędrzejewski-Szmek2023-04-041-0/+5
| * meson: redo grouping of tests under src/test/Zbigniew Jędrzejewski-Szmek2023-04-041-122/+120
* | test: add a simple test for secure-bits stuffFrantisek Sumsal2023-04-161-0/+1
* | dissect: add image dissection policy frameworkLennart Poettering2023-04-051-0/+1
|/
* test: split-out tests for chase() and friends to test-chase.cYu Watanabe2023-03-301-0/+1
* test: rename test-chase -> test-chase-manualYu Watanabe2023-03-301-1/+1
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-1/+1
* lock-util: Add make_lock_file_at()Daan De Meyer2023-03-211-0/+1
* compare-operator: added unit testsOMOJOLA JOSHUA DAMILOLA2023-03-201-0/+1
* tree-wide: Drop gnu-efiJan Janssen2023-03-101-1/+1
* Merge pull request #26331 from ddstreet/tpm2_pcr_readLennart Poettering2023-03-101-0/+1
|\
| * test/test-bitfield: add tests for bitfield macrosDan Streetman2023-03-091-0/+1
* | tests: merge test-tmpfiles.c into test-tmpfile-util.cZbigniew Jędrzejewski-Szmek2023-03-091-1/+0
|/
* meson: extend timeout for test-time-utilYu Watanabe2023-03-031-1/+4
* test: add test for new memory pressure logicLennart Poettering2023-02-221-0/+4
* meson: Use dicts for test definitionsJan Janssen2023-02-211-414/+387
* meson: Add simple_tests listJan Janssen2023-02-211-263/+136
* tests: add test for mempool logicLennart Poettering2023-02-171-0/+2
* process-util: add helper get_process_threads()Lennart Poettering2023-02-171-1/+3
* meson: Remove unused variablesJan Janssen2023-01-271-2/+0
* meson: Do not include headers in source listsJan Janssen2023-01-241-4/+2
* bootctl: unlink and cleanup functionsLudwig Nussel2023-01-191-0/+1
* core: add OpenFile settingRichard Phibel2023-01-101-0/+2
* vconsole: permit configuration of vconsole settings via credentialsLennart Poettering2023-01-051-0/+2
* p11kit: switch to dlopen()Luca Boccassi2022-12-191-1/+3
* strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-131-0/+2
* Merge pull request #25291 from keszybz/util-cleanupYu Watanabe2022-11-091-1/+9
|\
| * basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
| * basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-081-0/+2
| * tests: move tests for eqzero() to a new fileZbigniew Jędrzejewski-Szmek2022-11-081-0/+2
| * tests: create test-raw-clone.c for raw-clone.hZbigniew Jędrzejewski-Szmek2022-11-081-0/+2
| * tests: create test-limits-util.c for limits-util funcsZbigniew Jędrzejewski-Szmek2022-11-081-0/+2
* | test: compile test-utmp.c only if UTMP is enabledTorsten Hilbrich2022-11-071-1/+2
|/
* basic: add STRERROR() wrapper for strerror_r()Zbigniew Jędrzejewski-Szmek2022-10-111-0/+2
* tests: add a simple test that checks what fexecve_or_execve doesZbigniew Jędrzejewski-Szmek2022-07-231-0/+2
* math-util: introduce iszero_safe() and fp_equal()Yu Watanabe2022-07-211-0/+4
* Revert NFTSet featureYu Watanabe2022-06-221-3/+0
* network: firewall integration with NFT setsTopi Miettinen2022-06-081-0/+3
* Merge pull request #23579 from yuwata/sha256-unalignedZbigniew Jędrzejewski-Szmek2022-06-021-0/+2
|\
| * test: add test for sha256Yu Watanabe2022-06-021-0/+2
* | tests: add a helper that dumps /run/utmp in detailZbigniew Jędrzejewski-Szmek2022-05-311-0/+2
|/
* tests: link tests using fabs against libm explicitlyEvgeny Vereshchagin2022-05-291-2/+6
* Add a "test" that prints the SBAT tableZbigniew Jędrzejewski-Szmek2022-05-171-0/+4
* basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-261-0/+10
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-0/+2
* Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-wit...Lennart Poettering2022-04-081-1/+1
|\