summaryrefslogtreecommitdiff
path: root/BaseTools/Tests/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Tests/GNUmakefile')
-rw-r--r--BaseTools/Tests/GNUmakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/BaseTools/Tests/GNUmakefile b/BaseTools/Tests/GNUmakefile
new file mode 100644
index 0000000000..3fb5f4fad0
--- /dev/null
+++ b/BaseTools/Tests/GNUmakefile
@@ -0,0 +1,9 @@
+
+all: test
+
+test:
+ @python RunTests.py
+
+clean:
+ find . -name '*.pyc' -exec rm '{}' ';'
+