aboutsummaryrefslogtreecommitdiff
path: root/tools/wdye/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* wdye: rename the self-testPřemysl Eric Janouch39 hours1-1/+1
| | | | add_subdirectory imports it to parent projects, so be more indicative.
* wdye: ensure we find our own config.hPřemysl Eric Janouch40 hours1-1/+1
|
* wdye: improve portabilityPřemysl Eric Janouch3 days1-1/+4
|
* Add an Expect-like toolPřemysl Eric Janouch4 days1-0/+39
This is to provide an Expect utility with a minimal dependency tree for C-based projects. It also addresses some Tcl Expect design issues, as perceived by me.