aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tests/Makefile')
-rw-r--r--tools/tests/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/tests/Makefile b/tools/tests/Makefile
deleted file mode 100644
index 5dbcf7f..0000000
--- a/tools/tests/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-LEVEL = ../..
-include $(LEVEL)/Makefile.common
-
-all:: testPow2
-
-clean::
- rm -f testPow2
-
-testPow2 : $(ObjectsG)
- $(LinkG) -o testPow2 $(ObjectsG) -lsupport
-
-run: testPow2
- testPow2 25