fi
cd graphviz-${GV_VERSION}
./configure
+tests/regression_tests/installation/check_installation.sh
ln -s /usr/bin/dot cmd/dot/dot_builtins
ln -s /usr/bin/diffimg contrib/diffimg/diffimg
make -C tests/regression_tests/shapes check
tests/unit_tests/lib/Makefile
tests/unit_tests/lib/common/Makefile
tests/regression_tests/Makefile
+ tests/regression_tests/installation/Makefile
tests/regression_tests/shapes/Makefile
tests/regression_tests/shapes/reference/Makefile
tests/regression_tests/vuln/Makefile
-SUBDIRS = shapes vuln
+SUBDIRS = installation shapes vuln
EXTRA_DIST = regression_test_helpers.py
--- /dev/null
+check test rtest:
+ ./check_installation.sh
+
+EXTRA_DIST = check_installation.sh
--- /dev/null
+dot -V 2>&1 | grep "dot - graphviz version ${GV_VERSION}" || (dot -V && false)