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