f84f4de709143cb83d1478762b1556de255e157c
hiram
  Thu Sep 29 12:05:39 2022 -0700
preparing to use reading of rmsk.out file into a library function refs #29819

diff --git src/hg/makeDb/hgLoadOut/tests/makefile src/hg/makeDb/hgLoadOut/tests/makefile
new file mode 100644
index 0000000..c2114f2
--- /dev/null
+++ src/hg/makeDb/hgLoadOut/tests/makefile
@@ -0,0 +1,10 @@
+
+test:
+	@hgLoadOut -tabFile=chrCp.rmsk.tab -table=rmsk test chrCp.fa.out.gz
+	@diff chrCp.expected.tab chrCp.rmsk.tab
+	@rm -f chrCp.rmsk.tab
+	@zcat chrCp.fa.out.gz | hgLoadOut -tabFile=chrCp.rmsk.tab -table=rmsk test stdin
+	@diff chrCp.expected.tab chrCp.rmsk.tab
+
+clean::
+	rm -f chrCp.rmsk.tab