Skip to content

Commit

Permalink
Remove test-option-utils
Browse files Browse the repository at this point in the history
It no longer works. Since that's all that test-app-utils called,
delete it too.
  • Loading branch information
jralls committed Aug 1, 2021
1 parent 21398df commit 85db341
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 193 deletions.
2 changes: 0 additions & 2 deletions libgnucash/app-utils/test/CMakeLists.txt
Expand Up @@ -12,8 +12,6 @@ set(APP_UTILS_TEST_INCLUDE_DIRS

set(APP_UTILS_TEST_LIBS gnc-app-utils gnc-test-engine test-core ${GIO_LDFLAGS} ${GUILE_LDFLAGS})

set(test_app_utils_SOURCES test-app-utils.c test-option-util.cpp)

macro(add_app_utils_test _TARGET _SOURCE_FILES)
gnc_add_test(${_TARGET} "${_SOURCE_FILES}" APP_UTILS_TEST_INCLUDE_DIRS APP_UTILS_TEST_LIBS)
endmacro()
Expand Down
54 changes: 0 additions & 54 deletions libgnucash/app-utils/test/test-app-utils.c

This file was deleted.

137 changes: 0 additions & 137 deletions libgnucash/app-utils/test/test-option-util.cpp

This file was deleted.

0 comments on commit 85db341

Please sign in to comment.