X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tests%2Fc-api%2FMakefile.am;fp=capitests%2FMakefile.am;h=0b6c6838426ff240dae8f7fcd057025fd889a5af;hp=d32b7fc3b2948660871f33c5fa1f78c8ce0f2f48;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hpb=72f5487be2df82277021d61f01884381ed9efbc5 diff --git a/capitests/Makefile.am b/tests/c-api/Makefile.am similarity index 97% rename from capitests/Makefile.am rename to tests/c-api/Makefile.am index d32b7fc..0b6c683 100644 --- a/capitests/Makefile.am +++ b/tests/c-api/Makefile.am @@ -133,7 +133,7 @@ test_debug_to_file_CFLAGS = \ $(WARN_CFLAGS) $(WERROR_CFLAGS) test_debug_to_file_LDADD = \ $(top_builddir)/src/libguestfs.la \ - ../gnulib/lib/libgnu.la + $(top_builddir)/gnulib/lib/libgnu.la #if HAVE_LIBVIRT #test_add_libvirt_dom_SOURCES = test-add-libvirt-dom.c @@ -143,7 +143,7 @@ test_debug_to_file_LDADD = \ # $(WARN_CFLAGS) $(WERROR_CFLAGS) #test_add_libvirt_dom_LDADD = \ # $(top_builddir)/src/libguestfs.la $(LIBVIRT_LIBS) \ -# $(LTLIBTHREAD) ../gnulib/lib/libgnu.la +# $(LTLIBTHREAD) $(top_builddir)/gnulib/lib/libgnu.la #endif # Run the tests under valgrind.