aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/tests/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/tests/Makefile b/tools/tests/Makefile
new file mode 100644
index 0000000000..5dbcf7f62b
--- /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