Skip to content

Commit

Permalink
add auto-tester specific targets
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Jun 5, 2015
1 parent 0fd3713 commit d6dcf2f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions posix.mak
Expand Up @@ -445,3 +445,10 @@ html_consolidated :
$(DOCSRC)/std_consolidated_footer.html > $(DOC_OUTPUT_DIR)/std_consolidated.html

#############################

.PHONY : auto-tester-build
auto-tester-build: all

.PHONY : auto-tester-test
auto-tester-test: unittest

5 changes: 5 additions & 0 deletions win32.mak
Expand Up @@ -935,3 +935,8 @@ install: phobos.zip
$(CP) $(DOC)\index.html $(DIR)\html\d\phobos\index.html
+rd/s/q $(DIR)\src\phobos
unzip -o phobos.zip -d $(DIR)\src\phobos

auto-tester-build: targets

auto-tester-test: unittest

5 changes: 5 additions & 0 deletions win64.mak
Expand Up @@ -889,3 +889,8 @@ install: phobos.zip
$(CP) $(DRUNTIME)\lib\gcstub.obj $(DRUNTIME)\lib\gcstub64.obj $(DIR)\windows\lib
+rd/s/q $(DIR)\src\phobos
unzip -o phobos.zip -d $(DIR)\src\phobos

auto-tester-build: targets

auto-tester-test: unittest

0 comments on commit d6dcf2f

Please sign in to comment.