• Home
  • History
  • Annotate
  • only in /external/antlr/antlr-3.4/runtime/ActionScript/project/
NameDateSize

..29-Aug-20174 KiB

.actionScriptProperties29-Aug-20171.2 KiB

.flexLibProperties29-Aug-20173.1 KiB

.project29-Aug-2017461

.settings/29-Aug-20174 KiB

build.xml29-Aug-20173 KiB

lib/29-Aug-20174 KiB

README.txt29-Aug-2017494

src/29-Aug-20174 KiB

test/29-Aug-20174 KiB

README.txt

1This directory contains the source files required to build the runtime and the associated tests.
2
3Running Unit Tests
4==================
5The unit tests can be run using the ant "test" target.  The tests use flexUnit and the flexUnit ant integration provided by Peter Martin.
6FlexUnit is available at:
7
8http://code.google.com/p/as3flexunitlib/
9
10The latest ant integration from Peter Martin can be found on his blog:
11
12http://weblogs.macromedia.com/pmartin/archives/2007/09/flexunit_for_an_2.cfm
13
14
15