summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2016-08-14 10:25:13 +0100
committerJames Cowgill <james410@cowgill.org.uk>2016-08-14 10:25:13 +0100
commit8d99e68271a39ec0beca130bab2db5844139f34c (patch)
tree87456cbf56fa4573f86147b324a7666f5d80d53c
parent82cff924eaa009d5524da97a03aa3d071a855599 (diff)
Fix autopkgtests on Ubuntu by depending on make in cmake test
-rw-r--r--debian/tests/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index fdb9c4f..4a1a5d5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: build
Depends: g++, libsfml-dev, pkg-config
Tests: cmake
-Depends: cmake, g++, libsfml-dev
+Depends: cmake, g++, libsfml-dev, make