diff --git a/abicheck.spec b/abicheck.spec index 41c5dee..b14f307 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -47,7 +47,15 @@ install -p -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1 %check -make test +cd test +make public1 private1 libc_a +file public1 private1 +LD_DEBUG=files,bindings ldd -r ./public1 > output.txt 2>&1 || : +cat output.txt +LD_DEBUG=files,bindings ldd -r ./private1 > output.txt 2>&1 || : +cat output.txt +make +#make test %clean