mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
17 lines
533 B
Diff
17 lines
533 B
Diff
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 84065bd..dcabb11 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -1,11 +1,10 @@
|
|
AUTOMAKE_OPTIONS=subdir-objects
|
|
|
|
-check_PROGRAMS=test-001 test-002 test-003 test-004 test-005
|
|
+check_PROGRAMS=test-001 test-002 test-004 test-005
|
|
check_PROGRAMS+=test-006 test-007 test-008 test-009 test-010
|
|
|
|
test_001_SOURCES=test_001.c
|
|
test_002_SOURCES=test_002.c
|
|
-test_003_SOURCES=test_003.c
|
|
test_004_SOURCES=test_004.c
|
|
test_005_SOURCES=test_005.c
|
|
test_006_SOURCES=test_006.c
|