mkdir build before run test

This commit is contained in:
hathach 2013-05-09 15:35:39 +07:00
parent 89cb9aec5b
commit 0871daea38
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: c
compiler:
- gcc
script: cd tests/ && rake verbosity[4] test:all --trace
script: cd tests/ && mkdir build && rake verbosity[4] test:all --trace