]> git.cworth.org Git - notmuch/commit
tests: add compatibility layer
authorMikhail <mp39590@gmail.com>
Thu, 9 Mar 2017 13:32:43 +0000 (09:32 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 25 Mar 2017 10:56:52 +0000 (07:56 -0300)
commit9b7dbed58ebd3aeee16b044fdffda6b39e90643e
tree25f919a885e83e43954ef085ececbd849463f447
parente1ddd27968673e6785300e739f5257b83841fb97
tests: add compatibility layer

Make test-lib-common.sh load test-lib-<$PLATFORM>.sh to create
additional shim for platform specifics.

Use test-lib-FREEBSD.sh to call GNU utilities instead of native ones.

- amended by db following Tomi's suggestions
configure
test/README
test/test-lib-FREEBSD.sh [new file with mode: 0644]
test/test-lib-common.sh