~sandy-dunlop/wildcatcobol/dev

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Sandy Dunlop
  • Date: 2007-10-14 16:14:53 UTC
  • mfrom: (7.1.5 filewrite)
  • Revision ID: sandy.dunlop@gmail.com-20071014161453-otgf2yviplpqbviq
Merging from filewrite branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                        $(NS)/Structure/AssignClause.cs \
64
64
                        $(NS)/Structure/FileSection.cs \
65
65
                        $(NS)/Structure/FileAndSortDescriptionEntry.cs \
 
66
                        $(NS)/Structure/FigurativeConstant.cs \
66
67
                        $(NS)/Structure/Sentence.cs
67
68
 
68
69
ILGEN =     $(NS)/ILGenerator/ILGenerator.cs \
165
166
        @chmod 0755 $(PREFIX)/bin/cobolc
166
167
 
167
168
test:
 
169
        cp /usr/local/NUnit-2/bin/nunit.framework.dll .
168
170
        mono --debug $(COBOLC) /reference:nunit.framework.dll tests.cbl
169
171
        nunit-console /labels tests.exe
170
172