Skip to content

Commit

Permalink
Add a test for mainless emit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Feb 8, 2015
1 parent b510b90 commit 61b4823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/run-make/empty-file/Makefile
@@ -0,0 +1,5 @@
-include ../tools.mk

all:
$(RUSTC) --emit=asm,llvm-bc,llvm-ir,obj,dep-info empty.rs
$(RUSTC) --emit=link --crate-type=rlib,dylib,staticlib empty.rs
Empty file.

0 comments on commit 61b4823

Please sign in to comment.