projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eca9ed
)
Makefile for tools/tests/
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:28:25 +0000
(23:28 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:28:25 +0000
(23:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@409
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/tests/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/tools/tests/Makefile
b/tools/tests/Makefile
new file mode 100644
(file)
index 0000000..
5dbcf7f
--- /dev/null
+++ b/
tools/tests/Makefile
@@ -0,0
+1,13
@@
+LEVEL = ../..
+include $(LEVEL)/Makefile.common
+
+all:: testPow2
+
+clean::
+ rm -f testPow2
+
+testPow2 : $(ObjectsG)
+ $(LinkG) -o testPow2 $(ObjectsG) -lsupport
+
+run: testPow2
+ testPow2 25