This patch makes a further attempt to fix the tests broken by the
previous revision by ensuring that the command line for the modified
Dexter tests use -std=gnu++11, in keeping with the old build script.
This reverts commit 5647f2908d.
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
Purpose:
|
|
Check the `help` subtool runs.
|
|
|
|
RUN: %dexter_base help | FileCheck %s
|
|
CHECK: The following subtools are available:
|
|
CHECK: help
|
|
CHECK: list-debuggers
|
|
CHECK: test
|
|
CHECK: view
|