forked from pool/libabigail
Jan Engelhardt
4a2c69365a
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=9
46 lines
1.5 KiB
Diff
46 lines
1.5 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 | 10 ----------
|
|
2 files changed, 1 insertion(+), 11 deletions(-)
|
|
|
|
Index: libabigail-1.0~rc6+git126/Makefile.am
|
|
===================================================================
|
|
--- libabigail-1.0~rc6+git126.orig/Makefile.am
|
|
+++ libabigail-1.0~rc6+git126/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.0~rc6+git126/configure.ac
|
|
===================================================================
|
|
--- libabigail-1.0~rc6+git126.orig/configure.ac
|
|
+++ libabigail-1.0~rc6+git126/configure.ac
|
|
@@ -511,19 +511,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/runtestdefaultsupprs.py],
|
|
- [chmod +x tests/runtestdefaultsupprs.py])
|
|
|
|
AC_OUTPUT
|
|
|