]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Add storagepoolxml2argvtest source to EXTRA_DIST
authorJohn Ferlan <jferlan@redhat.com>
Wed, 30 Jan 2019 14:31:31 +0000 (09:31 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 30 Jan 2019 15:35:28 +0000 (10:35 -0500)
Commit f2f84b4d4 added storagepoolxml2argvtest processing; however,
it didn't follow alter the else to !WITH_STORAGE and add the source
itself to the EXTRA_DIST like the other WITH_STORAGE options for
virstorageutiltest and storagevolxml2argvtest.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
tests/Makefile.am

index c034fe0bf317b608eac0bc41fbe8aab74885e04b..bdf7154fd583d1d9cbe4c669b70478c3d83a48c5 100644 (file)
@@ -935,6 +935,7 @@ storagepoolxml2xmltest_LDADD = $(LDADDS) \
 else ! WITH_STORAGE
 EXTRA_DIST += storagevolxml2argvtest.c
 EXTRA_DIST += virstorageutiltest.c
+EXTRA_DIST += storagepoolxml2argvtest.c
 EXTRA_DIST += storagepoolxml2xmltest.c
 endif ! WITH_STORAGE