Skip to content

Commit

Permalink
Automatically call make_test_pro.py before including unit test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Sadusk committed Jun 4, 2012
1 parent f2c4ecd commit 1fcb68c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miracle_grue.pro
Expand Up @@ -5,5 +5,6 @@ SUBDIRS = src/mgl src/miracle_grue
src/miracle_grue.depends = mgl

test {
system(cd src/unit_tests; python make_test_pro.py)
include(src/unit_tests/unit_tests.pri)
}

0 comments on commit 1fcb68c

Please sign in to comment.