drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git] / tools / memory-model / scripts / checklitmus.sh
blob4c1d0cf0ddadcf93eb860c986167f013b354daf7
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0+
4 # Invokes runlitmus.sh and judgelitmus.sh on its arguments to run the
5 # specified litmus test and pass judgment on the results.
7 # Usage:
8 # checklitmus.sh file.litmus
10 # Run this in the directory containing the memory model, specifying the
11 # pathname of the litmus test to check. The caller is expected to have
12 # properly set up the LKMM environment variables.
14 # Copyright IBM Corporation, 2018
16 # Author: Paul E. McKenney <paulmck@linux.ibm.com>
18 scripts/runlitmus.sh $1
19 scripts/judgelitmus.sh $1