Add regress test for the bug from r605.
[oweals/opkg-lede.git] / tests / regress / Makefile
index c438a160c0d59fbef15a820ce4a1834569b25d3c..bb9d21278b350a43d172f550514b5cace607939f 100644 (file)
@@ -1,7 +1,8 @@
 PYTHON=/usr/bin/python3
 REGRESSION_TESTS=issue26.py issue31.py issue45.py issue46.py \
                        issue50.py issue51.py issue55.py issue58.py \
-                       issue72.py
+                       issue72.py \
+                       filehash.py
 
 regress:
        @for test in $(REGRESSION_TESTS); do \