diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 18:14:27 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 18:14:27 +0200 |
commit | 178dd062eeaa1d7e56770455e005dc27aa71f026 (patch) | |
tree | 0dd7241e4fa9a06090d5cd8da4c7de87065ba08b /test/integration/makefile | |
parent | ec78b277382e27509a6dec91af4a7a524a422e0f (diff) | |
parent | fe268128119bc73403003a29b66c927b9c36690d (diff) |
merged lp:~donkult/apt/sid
Diffstat (limited to 'test/integration/makefile')
-rw-r--r-- | test/integration/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/makefile b/test/integration/makefile new file mode 100644 index 000000000..fb12fe9a8 --- /dev/null +++ b/test/integration/makefile @@ -0,0 +1,10 @@ +# -*- make -*- +BASE=../.. +SUBDIR=test/integration + +# Bring in the default rules +include ../../buildlib/defaults.mak + +.PHONY: test +test: + ./run-tests |