forked from pool/libabigail
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=14
50 lines
1.7 KiB
Diff
50 lines
1.7 KiB
Diff
build: trim calls into test/
|
|
|
|
The tests need quite some time to run (they are also really really
|
|
large) they should be a separate package in openSUSE.
|
|
The main package remains small and has no test/ directory, so patch
|
|
the build files not to try to recurse into there.
|
|
---
|
|
Makefile.am | 2 +-
|
|
configure.ac | 14 --------------
|
|
2 files changed, 1 insertion(+), 15 deletions(-)
|
|
|
|
Index: libabigail-1.7~git84/Makefile.am
|
|
===================================================================
|
|
--- libabigail-1.7~git84.orig/Makefile.am
|
|
+++ libabigail-1.7~git84/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = include src tools tests doc bash-completion
|
|
+SUBDIRS = include src tools doc bash-completion
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
headers = config.h
|
|
|
|
Index: libabigail-1.7~git84/configure.ac
|
|
===================================================================
|
|
--- libabigail-1.7~git84.orig/configure.ac
|
|
+++ libabigail-1.7~git84/configure.ac
|
|
@@ -768,23 +768,9 @@ libabigail.pc
|
|
doc/manuals/Makefile
|
|
src/Makefile
|
|
tools/Makefile
|
|
- tests/Makefile
|
|
- tests/data/Makefile
|
|
bash-completion/Makefile])
|
|
|
|
dnl Some test scripts are generated by autofoo.
|
|
-AC_CONFIG_FILES([tests/runtestcanonicalizetypes.sh],
|
|
- [chmod +x tests/runtestcanonicalizetypes.sh])
|
|
-AC_CONFIG_FILES([tests/mockfedabipkgdiff],
|
|
- [chmod +x tests/mockfedabipkgdiff])
|
|
-AC_CONFIG_FILES([tests/runtestfedabipkgdiff.py],
|
|
- [chmod +x tests/runtestfedabipkgdiff.py])
|
|
-AC_CONFIG_FILES([tests/runtestfedabipkgdiffpy3.sh],
|
|
- [chmod +x tests/runtestfedabipkgdiffpy3.sh])
|
|
-AC_CONFIG_FILES([tests/runtestdefaultsupprs.py],
|
|
- [chmod +x tests/runtestdefaultsupprs.py])
|
|
-AC_CONFIG_FILES([tests/runtestdefaultsupprspy3.sh],
|
|
- [chmod +x tests/runtestdefaultsupprspy3.sh])
|
|
|
|
AC_OUTPUT
|
|
|