~dynamite-a-d/ubuntu/precise/cmake/fix-for-972419

« back to all changes in this revision

Viewing changes to Tests/CTestSubmitLargeOutput/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-11-13 02:16:34 UTC
  • mto: (3.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101113021634-hsdooj6tr1q3tf0l
Tags: upstream-2.8.3
ImportĀ upstreamĀ versionĀ 2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
cmake_minimum_required(VERSION 2.8)
2
 
project(SubmitLargeOutput NONE)
3
 
 
4
 
include(CTest)
5
 
 
6
 
add_test(GenerateRandomOutput ${CMAKE_COMMAND}
7
 
  -P ${CMAKE_CURRENT_SOURCE_DIR}/GenerateRandomOutput.cmake
8
 
  )