1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Temporarily disable 'insertest' until FTBFS bugs are resolved
Author: Hugh McMaster <hugh.mcmaster@outlook.com>
Forwarded: not-needed
Last-Update: 2022-06-27
--- a/dict/Makefile.am
+++ b/dict/Makefile.am
@@ -1,7 +1,7 @@
noinst_LTLIBRARIES = libidzebra-dict.la
noinst_PROGRAMS = dicttest dictext
-check_PROGRAMS = scantest inserttest
+check_PROGRAMS = scantest
TESTS = $(check_PROGRAMS)
@@ -19,7 +19,7 @@
dicttest_SOURCES = dicttest.c
-inserttest_SOURCES = inserttest.c
+#inserttest_SOURCES = inserttest.c
dictext_SOURCES = dictext.c
|