aboutsummaryrefslogtreecommitdiffstats
path: root/Testbuild.sh
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-23 16:15:54 +0000
committerkraxel <kraxel>2007-08-23 16:15:54 +0000
commitbc39abc86d94043d25ed5aebd916b44731d06123 (patch)
treeaf1abd4c18de694d954729ad14335393a15c77fa /Testbuild.sh
parent96535b0adcc73d8fe07bf020e162c4ffad55ee9a (diff)
downloadxenwatch-bc39abc86d94043d25ed5aebd916b44731d06123.tar.gz
add testbuild script
Diffstat (limited to 'Testbuild.sh')
-rwxr-xr-xTestbuild.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/Testbuild.sh b/Testbuild.sh
new file mode 100755
index 0000000..f867e54
--- /dev/null
+++ b/Testbuild.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -ex
+
+make distclean
+make
+make clean
+
+for option in HAVE_GTK HAVE_GTK_VNC HAVE_AVAHI HAVE_XENSTORE HAVE_LIBVIRT; do
+ make $option=no
+ make $option=no clean
+done
+