]> granicus.if.org Git - graphviz/commit
Move unit test from `tests/` to `tests/unit_tests`
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 29 Sep 2016 12:03:06 +0000 (14:03 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 27 Oct 2016 22:56:31 +0000 (00:56 +0200)
commitb144607666b38618439d064232b441f685b60635
tree462c64e530a369f951e1d43b5e203d2deb1e090c
parenta2d1632e7040f7c6bc997592c471297040bb0190
Move unit test from `tests/` to `tests/unit_tests`

Moving the unit tests to a seperate folder in tests, allows the
regression tests to be placed in `tests/regressions_tests`.
.gitignore
configure.ac
tests/Makefile.am
tests/unit_tests/Makefile.am [new file with mode: 0644]
tests/unit_tests/lib/Makefile.am [moved from tests/lib/Makefile.am with 100% similarity]
tests/unit_tests/lib/common/Makefile.am [moved from tests/lib/common/Makefile.am with 100% similarity]
tests/unit_tests/lib/common/command_line.c [moved from tests/lib/common/command_line.c with 100% similarity]