]> granicus.if.org Git - graphviz/commitdiff
Add input and reference files for vuln test to dist
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 1 Apr 2020 07:49:10 +0000 (09:49 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 5 Apr 2020 16:28:09 +0000 (18:28 +0200)
configure.ac
tests/regression_tests/vuln/Makefile.am
tests/regression_tests/vuln/input/Makefile.am [new file with mode: 0644]
tests/regression_tests/vuln/reference/Makefile.am [new file with mode: 0644]

index 2e0ff18cc71b7daebd3840a400978fd3c4d6d14b..50ab3035082ca3e49a8046459d7e09ef2916154e 100644 (file)
@@ -3100,6 +3100,8 @@ AC_CONFIG_FILES(Makefile
        tests/regression_tests/shapes/Makefile
        tests/regression_tests/shapes/reference/Makefile
        tests/regression_tests/vuln/Makefile
+       tests/regression_tests/vuln/input/Makefile
+       tests/regression_tests/vuln/reference/Makefile
        share/Makefile
        share/examples/Makefile
        share/gui/Makefile
index 51e0c02e964a111a3f347c9a3b11ac618aade611..ae3cbbb3821219c34f39ccbfe0712c06509284e2 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS = input reference
+
 check test rtest:
        python vuln.py
 
diff --git a/tests/regression_tests/vuln/input/Makefile.am b/tests/regression_tests/vuln/input/Makefile.am
new file mode 100644 (file)
index 0000000..576f2b6
--- /dev/null
@@ -0,0 +1,4 @@
+INPUT_FILES = \
+       nullderefrebuildlist.dot
+
+EXTRA_DIST = $(INPUT_FILES)
diff --git a/tests/regression_tests/vuln/reference/Makefile.am b/tests/regression_tests/vuln/reference/Makefile.am
new file mode 100644 (file)
index 0000000..16ae913
--- /dev/null
@@ -0,0 +1,4 @@
+REFERENCE_FILES = \
+       nullderefrebuildlist.xdot
+
+EXTRA_DIST = $(REFERENCE_FILES)