vala-tests r27 - trunk/tests/bugs
- From: malureau svn gnome org
- To: svn-commits-list gnome org
- Subject: vala-tests r27 - trunk/tests/bugs
- Date: Sat, 18 Oct 2008 15:42:47 +0000 (UTC)
Author: malureau
Date: Sat Oct 18 15:42:47 2008
New Revision: 27
URL: http://svn.gnome.org/viewvc/vala-tests?rev=27&view=rev
Log:
Update update.sh
Modified:
trunk/tests/bugs/434515.test
trunk/tests/bugs/update.sh
Modified: trunk/tests/bugs/434515.test
==============================================================================
--- trunk/tests/bugs/434515.test (original)
+++ trunk/tests/bugs/434515.test Sat Oct 18 15:42:47 2008
@@ -19,7 +19,7 @@
TESTNAME=`basename $0 .test`
- $VALAC -o $TESTNAME $SRCDIR/$TESTNAME.vala $VALAFLAGS
+ $VALAC -o $TESTNAME $SRCDIR/$TESTNAME.vala -DWITH_TEST $VALAFLAGS
true || exit 1
Modified: trunk/tests/bugs/update.sh
==============================================================================
--- trunk/tests/bugs/update.sh (original)
+++ trunk/tests/bugs/update.sh Sat Oct 18 15:42:47 2008
@@ -78,6 +78,7 @@
TESTEXPECT=true
[ "$test" = "433290" ] && TESTEXPECT="! grep -i my 433290.h" VALAFLAGS="$VALAFLAGS -C"
+[ "$test" = "434515" ] && VALAFLAGS="$VALAFLAGS -DWITH_TEST"
cat >$test.test <<EOF
#!/bin/sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]