mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-22 00:52:18 +01:00
17 lines
462 B
Diff
17 lines
462 B
Diff
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 8921e12..4f522cd 100644
|
|
--- 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
|
|
|