memgraph/test/install.sh

8 lines
147 B
Bash
Raw Normal View History

2015-06-18 20:53:58 +08:00
#!/bin/sh
echo "Installing Catch..."
wget https://raw.githubusercontent.com/philsquared/Catch/develop/single_include/catch.hpp
echo "All done!"