mirror of https://github.com/getdnsapi/getdns.git
rm spurious execute bits +unit test to detect them
Thanks Paul Wouters
This commit is contained in:
parent
42bdaaa69d
commit
d5f70ab904
|
@ -1,3 +1,6 @@
|
||||||
|
* 2015-06-??: Version 0.?.?
|
||||||
|
* Unit test for spurious execute bits. Thanks Paul Wouters.
|
||||||
|
|
||||||
* 2015-05-21: Version 0.2.0
|
* 2015-05-21: Version 0.2.0
|
||||||
* Fix libversion numbering: Thanks Daniel Kahn Gillmor
|
* Fix libversion numbering: Thanks Daniel Kahn Gillmor
|
||||||
* run_once method for the libevent extension
|
* run_once method for the libevent extension
|
||||||
|
|
|
@ -141,6 +141,7 @@ nolibcheck:
|
||||||
@false
|
@false
|
||||||
|
|
||||||
test: $(NOLIBCHECK) all
|
test: $(NOLIBCHECK) all
|
||||||
|
(cd $(srcdir)/../.. && find . -type f -executable -and \( -name "*.[ch]" -or -name "*.html" -or -name "*.in" -or -name "*.good" -or -name "*.ac" \) | awk 'BEGIN{e=0}{print("ERROR! Executable bit found on", $$0);e=1}END{exit(e)}')
|
||||||
./$(CHECK_GETDNS)
|
./$(CHECK_GETDNS)
|
||||||
if test $(have_libevent) = 1 ; then ./$(CHECK_EVENT_PROG) ; fi
|
if test $(have_libevent) = 1 ; then ./$(CHECK_EVENT_PROG) ; fi
|
||||||
if test $(have_libev) = 1 ; then ./$(CHECK_EV_PROG) ; fi
|
if test $(have_libev) = 1 ; then ./$(CHECK_EV_PROG) ; fi
|
||||||
|
|
Loading…
Reference in New Issue