aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault on empty --env/-E and --sep argumentsJoseph Hunkeler2022-06-151-0/+6
|
* Fix all_list tests so they aren't clobbering all_ testsJoseph Hunkeler2022-02-171-3/+3
|
* Add --all-list runJoseph Hunkeler2022-02-161-0/+4
|
* Fix memory leakJoseph Hunkeler2022-02-161-0/+1
|
* Fix testsJoseph Hunkeler2022-02-152-4/+4
|
* Implement --all/-AJoseph Hunkeler2022-02-141-0/+3
| | | | * Apply filters to all environment variables
* Add test for --default (#8)Joseph Hunkeler2021-05-161-0/+1
| | | | | * Add test for --default * Remove trailing semi-colon from windows path
* Fix cmake barfing on backslashes (#7)Joseph Hunkeler2021-05-161-2/+2
|
* Add default path (#6)Joseph Hunkeler2021-05-164-15/+17
| | | | | | | | | | | | | | | | | * Add default path * Improve support/implementation logic * Fix braces in tests * Enable warnings * Emit more generalized form of windows path * Change initialization order * Add --default/-D to documentation * Fix platform detection
* Proper namespace for the header file. Bump version.Joseph Hunkeler2021-05-124-8/+8
|
* Testing (#5)Joseph Hunkeler2021-05-071-0/+25
| | | | | | | | | * Fix separators appearing at the end once and for all * Add cleanpath executable tests * Escape slashes * Enable verbose testing
* Add windows (#3)Joseph Hunkeler2021-05-062-0/+24
| | | * Add windows support
* No sep ending (#2)Joseph Hunkeler2021-05-061-0/+19
| | | * Be extra sure not to inject a separator at the end of the output string
* Add testsJoseph Hunkeler2021-05-055-0/+227