1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 15:48:06 -05:00

Move fuzzterm.c into the test subdirectory.

It's unquestionably a test program, and I'm generally clearing those
out of the top level. I only missed it in the last clearout because I
was looking for things with 'test' in the name.
This commit is contained in:
Simon Tatham 2021-11-28 11:15:46 +00:00
parent cbc723bf9d
commit e800e5310c
2 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ add_sources_from_current_dir(agent
agent-client.c)
add_executable(fuzzterm
${CMAKE_SOURCE_DIR}/fuzzterm.c
${CMAKE_SOURCE_DIR}/test/fuzzterm.c
${CMAKE_SOURCE_DIR}/logging.c
${CMAKE_SOURCE_DIR}/stubs/noprint.c
unicode.c