diff options
Diffstat (limited to 'test/integration/makefile')
-rw-r--r-- | test/integration/makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/integration/makefile b/test/integration/makefile deleted file mode 100644 index fb12fe9a8..000000000 --- a/test/integration/makefile +++ /dev/null @@ -1,10 +0,0 @@ -# -*- make -*- -BASE=../.. -SUBDIR=test/integration - -# Bring in the default rules -include ../../buildlib/defaults.mak - -.PHONY: test -test: - ./run-tests |