Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10188 for code/trunk/test/core


Ignore:
Timestamp:
Jan 10, 2015, 4:39:15 PM (9 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/core/CMakeLists.txt

    r9639 r10188  
    2828    object/WeakPtrTest.cc
    2929)
    30 ADD_DEPENDENCIES(test core_test)
     30ADD_DEPENDENCIES(all_tests core_test)
    3131
    3232ADD_TEST(core_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/core_test --gtest_output=xml)
Note: See TracChangeset for help on using the changeset viewer.