Skip to content

Instantly share code, notes, and snippets.

@lmb
Created January 25, 2018 11:29
Show Gist options
  • Save lmb/fa334561f6b427853a91e52f6d286438 to your computer and use it in GitHub Desktop.
Save lmb/fa334561f6b427853a91e52f6d286438 to your computer and use it in GitHub Desktop.
Test macOS fixes for LMDB
#!/bin/bash
set -euf -o pipefail
pushd "$(mktemp -d)"
echo Working in $PWD
git clone https://github.com/lmb/lmdb.git
cd lmdb/libraries/liblmdb
mkdir testdb
make mtest7
echo
echo
uname -a
./mtest7
echo Done
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment