From e800e5310cb382bd00dfdf37500ce3f1cbc3d253 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 28 Nov 2021 11:15:46 +0000 Subject: [PATCH] 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. --- fuzzterm.c => test/fuzzterm.c | 0 unix/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename fuzzterm.c => test/fuzzterm.c (100%) diff --git a/fuzzterm.c b/test/fuzzterm.c similarity index 100% rename from fuzzterm.c rename to test/fuzzterm.c diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt index 51d03f0f..0490cf5c 100644 --- a/unix/CMakeLists.txt +++ b/unix/CMakeLists.txt @@ -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