X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=5fc58154d137f6a24e8d5b07d6a4b05fe7d70697;hb=HEAD;hp=e9f00095411a6eb671cf1989ce030339671dc250;hpb=d6022f86a375a23c765cd9bbfa79c28cf217f12d;p=qemu-sanity-check.git diff --git a/Makefile.am b/Makefile.am index e9f0009..5fc5815 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,33 +15,16 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +SUBDIRS = src tests + EXTRA_DIST = \ .gitignore \ qemu-sanity-check.1 \ - qemu-sanity-check.in \ qemu-sanity-check.pod \ - qemu-sanity-check.pod.in \ - qemu-sanity-check.spec \ - sleeper \ - $(TESTS) + qemu-sanity-check.pod.in CLEANFILES = \ - *~ \ - qemu-sanity-check - -bin_SCRIPTS = qemu-sanity-check -initrddir = $(libdir)/qemu-sanity-check -initrd_DATA = initrd - -# Build the initramfs. -initrd: init - echo $< | cpio --quiet -o -H newc > $@-t - mv $@-t $@ - -noinst_PROGRAMS = init -init_SOURCES = init.c -init_CFLAGS = -static -init_LDFLAGS = -static + *~ # Build the man pages. qemu-sanity-check.pod: qemu-sanity-check.pod.in Makefile @@ -62,15 +45,6 @@ qemu-sanity-check.1: qemu-sanity-check.pod endif -# Tests. -TESTS = \ - run-qemu-sanity-check \ - test-timeout \ - test-bad-options \ - test-bad-kernel \ - test-bad-qemu \ - test-bad-userspace - # Tag HEAD with current version (maintainer only). maintainer-tag: