1 #include "LoadedCommand.h"
4 int testSizeOf(int s1
, int s2
)
13 printf("Should not be able to find vsblabla\n");
17 #if !defined( HAVE_PRINTF )
18 printf("Should be able to find printf\n");
22 #if !defined( ADDED_DEFINITION )
23 printf("Should have ADDED_DEFINITION defined\n");
26 #if !defined(CMAKE_IS_FUN)
27 printf("Loaded Command was not built with CMAKE_IS_FUN: failed.\n");
30 if(testSizeOf(SIZEOF_CHAR
, sizeof(char)))
32 printf("Size of char is broken.\n");
35 if(testSizeOf(SIZEOF_SHORT
, sizeof(short)))
37 printf("Size of short is broken.\n");