Clean up testcases to make them proper
[oota-llvm.git] / test / Linker / testlink1.ll
index 12cf652d158132a7c9e17a8d4ac4906b7e787b8e..dd89d8b6960a890b2ecc210ed3f567d4cb92d232 100644 (file)
@@ -1,3 +1,6 @@
+; RUN: as < %s > Output/%s.bc
+; RUN: as < testlink2.ll > Output/testlink2.bc
+; RUN: link Output/%s.bc Output/testlink2.bc
 
 %MyVar     = uninitialized global int
 %MyIntList = global { \2 *, int } { { \2, int }* null, int 17 }