summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Charignon <l.charignon@gmail.com>2016-01-31 16:59:26 -0800
committerLaurent Charignon <l.charignon@gmail.com>2016-01-31 16:59:26 -0800
commit79d929e201892811ed72d90cdb7935581d5daf9a (patch)
treef8d1d822e9b1e00b013cdaf9ff9ba2f7fb9591eb /Makefile
parentfa4c3bbd9e33fde2727c5056c5f9d866a6227fe8 (diff)
downloadranger-79d929e201892811ed72d90cdb7935581d5daf9a.tar.gz
tests: add a dummy pytest test and add it to the make test step
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6208015..71899dcd 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ test:
 		echo "Testing $$FILE..."; \
 		RANGER_DOCTEST=1 PYTHONPATH=".:"$$PYTHONPATH ${PYTHON} $$FILE; \
 	done
+	py.test tests
 
 man:
 	pod2man --stderr --center='ranger manual' --date='$(NAME)-$(VERSION)' \
href='#n148'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221