]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Set abs_*dir in a consistent way
authorJiri Denemark <jdenemar@redhat.com>
Wed, 19 Mar 2014 13:44:24 +0000 (14:44 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 20 Mar 2014 21:25:46 +0000 (22:25 +0100)
commit11cb128f2163a86158db436932e2cd9f5229c510
tree51bbf22d4a08c7c8c496f9668ab39f71d6feca20
parent43b17dd4444c0d22f71c04db89a53d4236d0270f
tests: Set abs_*dir in a consistent way

Use $(shell cd $(...) && pwd) to set abs_*dir variables similarly to
what src/Makefile.am does.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
tests/Makefile.am