Skip to content

Commit

Permalink
test command depends on the compiler tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2009
1 parent 0da1a28 commit 39779bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -121,7 +121,9 @@ ADD_CUSTOM_TARGET(
test
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/unit_tests/run_tests.pl"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
DEPENDS mojoshader-compiler
COMMENT "Running unit tests..."
VERBATIM
)

# End of CMakeLists.txt ...
Expand Down

0 comments on commit 39779bc

Please sign in to comment.