Sha256: d349c753d9e721bf1494001b70f2efe952641d0b615a5404a96246235c8c847b

Contents?: true

Size: 244 Bytes

Versions: 12

Compression:

Stored size: 244 Bytes

Contents

/**
 * Test file that's for ensuring that extra CXXFLAGS are
 * properly sent to GCCXML for when the preprocessor is 
 * looking for other defines
 */

#ifndef MUST_BE_DEFINED
  #error "You're not defining the key that must be defined!"
#endif

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rbplusplus-1.4.0 test/headers/requires_define.h
rbplusplus-1.3.0 test/headers/requires_define.h
rbplusplus-1.2.1 test/headers/requires_define.h
rbplusplus-1.2.0 test/headers/requires_define.h
rbplusplus-1.1.0 test/headers/requires_define.h
rbplusplus-1.0.3 test/headers/requires_define.h
rbplusplus-1.0.1 test/headers/requires_define.h
rbplusplus-1.0 test/headers/requires_define.h
rbplusplus-0.9.1 test/headers/requires_define.h
rbplusplus-0.9 test/headers/requires_define.h
rbplusplus-0.1.1 test/headers/requires_define.h
rbplusplus-0.8 test/headers/requires_define.h