euphoria
changeset 5334:9788e81bb3a4 4.0
* merge
| author | Shawn Pringle <shawn.pringle@gmail.com> |
|---|---|
| date | Fri Dec 09 14:44:49 2011 -0300 (17 months ago) |
| parents | b20b21fee2ed 30477b3ff646 |
| children | dd8ab8e21a2a |
| files |
line diff
1.1 --- a/source/Makefile.wat Fri Dec 09 14:44:20 2011 -0300 1.2 +++ b/source/Makefile.wat Fri Dec 09 14:44:49 2011 -0300 1.3 @@ -499,8 +499,8 @@ 1.4 cd ..\tests 1.5 set EUCOMPILEDIR=$(TRUNKDIR) 1.6 -$(EUTEST) $(TEST_EXTRA) $(VERBOSE_TESTS) -i ..\include -cc wat -eui $(FULLBUILDDIR)\eui.exe -euc $(FULLBUILDDIR)\euc.exe -lib $(FULLBUILDDIR)\eu.$(LIBEXT) -bind $(FULLBUILDDIR)\eubind.exe -eub $(BUILDDIR)\eub.exe -log $(LIST) $(TESTFILE) 1.7 - $(EUTEST) -process-log > $(CYPBUILDDIR)/test-report.txt 1.8 - $(EUTEST) -process-log -html > $(CYPBUILDDIR)/test-report.html 1.9 + $(EUTEST) -process-log > $(BUILDDIR)/test-report.txt 1.10 + $(EUTEST) -process-log -html > $(BUILDDIR)/test-report.html 1.11 1.12 cd ..\source 1.13
