blob: 7781f86a2e48b7c58208a8bdc21f9c4b1e50a976 [file] [log] [blame]
Karl Schimpf2f6f8602014-12-01 13:39:00 -08001# -*- Python -*-
2#
3# This directory contains reader tests that require the ability to dump parsed
4# IR.
5
6if not 'allow_dump' in config.root.available_features:
7 config.unsupported = True