source: src/examples/gc_no_raii/src/test_include.c@ d48a9a7

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since d48a9a7 was d48a9a7, checked in by Thierry Delisle <tdelisle@…>, 10 years ago

modified makefile to support multiple tests files

  • Property mode set to 100644
File size: 167 bytes
Line 
1/* definition to expand macro for string conversion*/
2#define xstr(s) sstr(s)
3#define sstr(s) #s
4#error "test" # xstr(TEST_FILE.c)
5#include "test" # xstr(TEST_FILE.c)
Note: See TracBrowser for help on using the repository browser.