aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+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-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* bintrans: move files to a new directoryPiotr Pawel Stefaniak2022-04-181-1/+1
| | | | And reflect the change in various places.
* Modularize uuencode and uudecode by wrapping them in bintrans.cPiotr Pawel Stefaniak2022-04-181-1/+0
| | | | | | | | | | | | | | | | | | | | | The program will be installed as bintrans, uuencode, uudecode, b64encode, and b64decode and will be responsible for running the coders according to their historical behavior. Additionally, bintrans will be able to take a parameter designating the coder and accept all its options in this form: bintrans <coder> [options] and the behavior should be the same as if <coder> [options] was invoked. This has the advantage that adding coders won't require installing them as binaries. Move uudecode files to uuencode since the latter is the one that provides the manual page. Reviewed by: delphij (previous version) Differential Revision: https://reviews.freebsd.org/D32943
* Disconnect libpathconv tests since they require external perl and do not ↵Bryan Drewery2017-10-311-1/+0
| | | | | | | | | | | | work with kyua. This reverts r325192 and is due to libpathconv being connected in r325186. Reported by: ngie Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325247
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-1/+11
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325187
* libdevdctl tests require an external port.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325183
* Update targets/pseudo/tests/Makefile.depend after recent additions/subtractionsEnji Cooper2017-07-191-1/+15
| | | | | | | | | | from the FreeBSD test suite. MFC after: 3 days MFC with: r316603 Notes: svn path=/head/; revision=321214
* pfctl parser testsKristof Provost2017-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | Copy the most important test cases from OpenBSD's corresponding src/regress/sbin/pfctl, those that run pfctl on a test input file and check correctness of its output. We have also added some new tests using the same format. The tests consist of a collection of input files (pf*.in) and corresponding output files (pf*.ok). We run pfctl -nv on the input files and check that the output matches the output files. If any discrepancy is discovered during future development in the source tree, we know that a regression bug has been introduced into the tree. Submitted by: paggas Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D11322 Notes: svn path=/head/; revision=321030
* META_MODE: add additional reachover relative paths to DIRDEPS_BUILDEnji Cooper2017-04-071-329/+347
| | | | | | | | | | | These additional entries are being added, after their addition to the source tree. MFC after: 2 months Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=316603
* pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery2017-03-071-0/+1
| | | | | | | | | | | The exit status will be 124, as the timeout(1) utility uses. Reviewed by: jilles MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D9697 Notes: svn path=/head/; revision=314886
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-311-0/+7
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=305148
* DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery2016-06-031-0/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=301283
* DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-092-0/+340
Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296587