[virt-tools-list] [libosinfo] build-sys: Build data/ before test/
Christophe Fergeau
cfergeau at redhat.com
Thu Dec 13 15:37:32 UTC 2012
Some test cases use the in-tree database data. Since some database files
are transformed from .xml.in to .xml during build, it's better to
build data/ first to ensure they are there when tests try to use
this data.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 3d27bae..566ccac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = osinfo test data tools docs po examples
+SUBDIRS = osinfo data test tools docs po examples
INTLTOOL_FILES = \
intltool-extract.in \
--
1.8.0.1
More information about the virt-tools-list
mailing list