summaryrefslogtreecommitdiff
path: root/t/vala3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/vala3.sh')
-rwxr-xr-xt/vala3.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/vala3.sh b/t/vala3.sh
index af8fcb5bd..706753d63 100755
--- a/t/vala3.sh
+++ b/t/vala3.sh
@@ -55,8 +55,13 @@ $AUTOMAKE -a
./configure || skip_ "configure failure"
$MAKE
+test -f src/zardoz.c
+test -f src_zardoz_vala.stamp
$MAKE distcheck
-$MAKE distclean
+$MAKE maintainer-clean
+test ! -f src/zardoz.c
+test ! -f src_zardoz_vala.stamp
+
mkdir build
cd build
../configure