1Purpose: 2 Run DExTer unit tests. 3 4# Dexter returns 1 when no subtools are specified. 5RUN: not %dexter_base --unittest=show-all 2>&1 | FileCheck %s 6 7CHECK: Ran {{[0-9]+}} tests 8CHECK-EMPTY: 9CHECK-NEXT: OK 10