[glom] Added missing file
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Added missing file
- Date: Fri, 19 Mar 2010 21:21:05 +0000 (UTC)
commit c5c9494fbfb4a80fd235589326c14d989f863b11
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 19 22:18:32 2010 +0100
Added missing file
tests/test_glade_file_validation.sh | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/tests/test_glade_file_validation.sh b/tests/test_glade_file_validation.sh
new file mode 100755
index 0000000..6a1af98
--- /dev/null
+++ b/tests/test_glade_file_validation.sh
@@ -0,0 +1,9 @@
+#/bin/sh -e
+
+for x in $(find ${srcdir}/glom/ -name "*.glade")
+do
+ # echo Validating $x
+ # TODO: Is there a Glade DTD?
+ xmllint --noout \
+ $x
+done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]