1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Disable test_libraries.sh
It fetches test data over the network.
Author: Hilko Bengen <bengen@debian.org>
Forwarded: not-needed
Reviewed-By: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Last-Update: 2021-08-19
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,9 +5,9 @@ LDADD = ../tsk/libtsk.la
LDFLAGS += -static $(PTHREAD_LIBS)
EXTRA_DIST = .indent.pro runtests.sh
-check_SCRIPTS = runtests.sh test_libraries.sh
+check_SCRIPTS = runtests.sh
-TESTS = runtests.sh test_libraries.sh
+TESTS = runtests.sh
check_PROGRAMS = read_apis fs_fname_apis fs_attrlist_apis fs_thread_test
|