#!/bin/bash
set -e

python2 -c "import Crypto.SelfTest; Crypto.SelfTest.run()"
