##### # # test_n00_0731.sh # Sebastian.Kupny@uj.edu.pl # 2013-07-31 # Test which is testing the testing mechanism :) # ##### SET (CTEST_SOURCE_DIRECTORY "$ENV{SOURCEDIR}/macros/kratta/tests/") SET (CTEST_BINARY_DIRECTORY "$ENV{BUILDDIR}/macros/kratta/tests/") SET (CTEST_SITE $ENV{SITE}) SET (CTEST_BUILD_NAME $ENV{LABEL}) SET (CTEST_CMAKE_GENERATOR "Unix Makefiles") SET (CTEST_PROJECT_NAME "ASYEOSRoot") SET (CTEST_COMMAND "$ENV{SOURCEDIR}/macros/kratta/tests/test_n00_0731.sh") # It can't be submitted #CTEST_SUBMIT ()