Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10188 for code/trunk/test/util


Ignore:
Timestamp:
Jan 10, 2015, 4:39:15 PM (10 years ago)
Author:
landauf
Message:

change cmake policy in order to avoid warning because we currently can't solve this in another way.
added new build target to build tests without executing them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/test/util/CMakeLists.txt

    r9529 r10188  
    3131    output/SubcontextOutputListenerTest.cc
    3232)
    33 ADD_DEPENDENCIES(test util_test)
     33ADD_DEPENDENCIES(all_tests util_test)
    3434
    3535ADD_TEST(util_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/util_test --gtest_output=xml)
Note: See TracChangeset for help on using the changeset viewer.