#!/bin/bash
set -e

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