aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper/services/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libcasper: Move everything to the libcasper packageLexi Winter2025-11-051-0/+2
| | | | | | | | | | | | The libcasper package exists to contain libcasper, but for some reason only the libcap_net service was in the package, with libcasper itself and the rest of the services being in runtime. Move everything to the libcasper package, except tests which stay in the tests package. MFC after: 1 day Reviewed by: emaste Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53576
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* TESTSDIR isn't required; remove itEnji Cooper2017-08-131-2/+0
| | | | | | | | MFC after: 1 week MFC with: r322450 Notes: svn path=/head/; revision=322451
* Integrate the tests moved in r305626 in to the FreeBSD test suiteEnji Cooper2017-08-131-0/+8
The reachover Kyuafiles were never added, and thus the tests were installed as standalone tests, and not integrated into the full suite. MFC after: 1 week MFC with: r305626, 305629, r307863, r322447, r322448, r322449 Notes: svn path=/head/; revision=322450