From 7f0d66d43977816de38b70554ad5555e6ab8fbe2 Mon Sep 17 00:00:00 2001 From: Stefan Koch Date: Thu, 15 Jan 2026 13:00:52 -0500 Subject: [PATCH] fixup: Add the new test-qofid.cpp file the the source distribution. --- libgnucash/engine/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/engine/test/CMakeLists.txt b/libgnucash/engine/test/CMakeLists.txt index 137ad90252..6d5b073694 100644 --- a/libgnucash/engine/test/CMakeLists.txt +++ b/libgnucash/engine/test/CMakeLists.txt @@ -242,6 +242,7 @@ set(test_engine_SOURCES_DIST test-numeric.cpp test-object.c test-qof.c + test-qofid.cpp test-qofbook.c test-qofinstance.cpp test-qofobject.c