diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-16 17:49:58 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-17 10:04:37 +0100 |
| commit | 5ee9e7bf1cb3c1a07f830adfcd0dcff5c10639c1 (patch) | |
| tree | e215a94139397481c78818043e52cc077e7200e0 /validation/test-suite | |
| parent | 410e2ee59d5791090685ca638f88d0ba60859d1a (diff) | |
| download | sparse-dev-5ee9e7bf1cb3c1a07f830adfcd0dcff5c10639c1.tar.gz | |
llvm: add small script to test LLVM generated bytecode
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/test-suite')
| -rwxr-xr-x | validation/test-suite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/test-suite b/validation/test-suite index 77536685..903a2b90 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -17,7 +17,7 @@ tests_list="" prog_name=`basename $0` if [ ! -x "$default_path/sparse-llvm" ]; then - disabled_cmds="sparsec sparsei sparse-llvm" + disabled_cmds="sparsec sparsei sparse-llvm sparse-llvm-dis" fi # flags: |
