make testinstall: mkdir logs and data, too

This commit is contained in:
Heikki Hannikainen 2016-08-05 23:42:10 +03:00
parent f39733589c
commit b00b0e26cc
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ script:
- ./configure - ./configure
- time make -j2 - time make -j2
- make testinstall - make testinstall
- cd ../tests && mkdir -p logs data - cd ../tests
- time make travistest - time make travistest

View File

@ -128,7 +128,7 @@ WEBFILES = \
src/web/bootstrap/fonts/glyphicons-halflings-regular.woff2 src/web/bootstrap/fonts/glyphicons-halflings-regular.woff2
testinstall: testinstall:
mkdir -p ../tests/web mkdir -p ../tests/web ../tests/data ../tests/logs
cp -p $(subst src/,,$(WEBFILES)) ../tests/web/ cp -p $(subst src/,,$(WEBFILES)) ../tests/web/
# -------------------------------------------------------------------- # # -------------------------------------------------------------------- #