[cmake-commits] martink committed pair+int.int1.c NONE 1.1 pair_int.int1.c NONE 1.1 pair_p_int.int1.c NONE 1.1 testfromauxsubdir.c NONE 1.1 thirdone.c NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 19 12:23:39 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces/ThirdSubDir
In directory public:/mounts/ram/cvs-serv14281/ThirdSubDir

Added Files:
	pair+int.int1.c pair_int.int1.c pair_p_int.int1.c 
	testfromauxsubdir.c thirdone.c 
Log Message:
ENH: new test for spaces in the tree structure


--- NEW FILE: pair_int.int1.c ---
#include <stdio.h>

void pair_stuff()
{
  printf("Placeholder for a strange file in subdirectory\n");
}

--- NEW FILE: testfromauxsubdir.c ---
#include <stdio.h>

void secondone();
void pair_stuff();
void pair_p_stuff();
void vcl_stuff();

int main()
{
  printf("Hello from subdirectory\n");
  secondone();
  pair_stuff();
  pair_p_stuff();
  vcl_stuff();
  return 0;
}

--- NEW FILE: pair+int.int1.c ---
#include <stdio.h>

void pair_stuff()
{
  printf("Placeholder for a strange file in subdirectory\n");
}

--- NEW FILE: thirdone.c ---
#include <stdio.h>

void secondone()
{
  printf("Hello again\n");
}

--- NEW FILE: pair_p_int.int1.c ---
#include <stdio.h>

void pair_p_stuff()
{
  printf("Placeholder for another strange file in subdirectory\n");
}



More information about the Cmake-commits mailing list