]> granicus.if.org Git - graphviz/commitdiff
Replace rtest.sh with rtest.py for remaining automake targets
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 15 Sep 2020 14:15:44 +0000 (16:15 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 15 Sep 2020 14:15:49 +0000 (16:15 +0200)
This should have been part of
https://gitlab.com/graphviz/graphviz/-/merge_requests/1496.

rtest/Makefile.am

index 2dcacbb34251baba593e56cf090f15391408b986..fae2f92128b65c0ade1305167d3680906339bd12 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS = graphs linux.x86
 
 check test rtest: $(top_builddir)/cmd/dot/dot_builtins $(top_builddir)/contrib/diffimg/diffimg
-       ./rtest.sh
+       ./rtest.py
 
-EXTRA_DIST = graphs nshare rtest.sh strps.awk tests.txt tests_subset.txt test_regression.py
+EXTRA_DIST = graphs nshare rtest.py strps.awk tests.txt tests_subset.txt test_regression.py