[MMTP-devel] SF.net SVN: mtp: [21] trunk/tests
Status: Pre-Alpha
Brought to you by:
idominguez
|
From: <ido...@us...> - 2007-12-06 00:59:04
|
Revision: 21
http://mtp.svn.sourceforge.net/mtp/?rev=21&view=rev
Author: idominguez
Date: 2007-12-05 16:59:01 -0800 (Wed, 05 Dec 2007)
Log Message:
-----------
Bnf grammar added to tests
Modified Paths:
--------------
trunk/tests/build.xml
Added Paths:
-----------
trunk/tests/Bnf.mtp
trunk/tests/bnf/
Added: trunk/tests/Bnf.mtp
===================================================================
--- trunk/tests/Bnf.mtp (rev 0)
+++ trunk/tests/Bnf.mtp 2007-12-06 00:59:01 UTC (rev 21)
@@ -0,0 +1 @@
+link ../examples/Bnf.mtp
\ No newline at end of file
Property changes on: trunk/tests/Bnf.mtp
___________________________________________________________________
Name: svn:special
+ *
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2007-12-06 00:40:39 UTC (rev 20)
+++ trunk/tests/build.xml 2007-12-06 00:59:01 UTC (rev 21)
@@ -9,6 +9,7 @@
<grammar-test basename="naturals" destdir="naturals" />
<grammar-test basename="PO" destdir="po" />
<grammar-test basename="SimpleParenMaths" destdir="simpleparenmaths" />
+ <grammar-test basename="Bnf" destdir="bnf" />
<echo>Testing mtp.mtp (PrettyPrinter)</echo>
<prettyprinter-test grammar="../examples/mtp.mtp" destdir="mtp" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|