Makefile for tools/tests/
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:28:25 +0000 (23:28 +0000)
committerVikram 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]

diff --git a/tools/tests/Makefile b/tools/tests/Makefile
new file mode 100644 (file)
index 0000000..5dbcf7f
--- /dev/null
@@ -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