xref: /aosp_15_r20/external/harfbuzz_ng/test/shape/hb-diff (revision 2d1272b857b1f7575e6e246373e1cb218663db8a)
1#!/usr/bin/env python3
2
3from hb_test_tools import *
4import sys, os
5
6if len (sys.argv) < 2:
7	sys.exit ("usage: %s FILES..." % sys.argv[0])
8
9ZipDiffer.diff_files (FileHelpers.open_file_or_stdin (f) for f in sys.argv[1:])
10