memgraph/test/install.sh
Dominik Tomičević b20474107e added test framework
2015-06-18 14:53:58 +02:00

8 lines
147 B
Bash
Executable File

#!/bin/sh
echo "Installing Catch..."
wget https://raw.githubusercontent.com/philsquared/Catch/develop/single_include/catch.hpp
echo "All done!"