#!/bin/sh
for dir in all-steps automodel commands python salign scoring; do
  echo "Entering directory: $dir"
  (cd $dir && ./run_tests)
done
