#!/bin/bash
set -e

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