Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests.pri: provide install path variables & macros
  • Loading branch information
martyone committed Apr 2, 2013
1 parent 380cbdb commit 9ce78aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/tests.pri
@@ -1 +1,6 @@
TESTS_PATH = /opt/tests/ssu
DEFINES += TESTS_PATH="'\"$${TESTS_PATH}\"'"

isEmpty(TARGET):error("TARGET must be defined before this file is included")
TESTS_DATA_PATH = /opt/tests/ssu/data/$${TARGET}
DEFINES += TESTS_DATA_PATH="'\"$${TESTS_DATA_PATH}\"'"

0 comments on commit 9ce78aa

Please sign in to comment.