fill NOBUG_LOCATION only in ALPHA and BETA builds and resolve to a empty string in...
[nobug.git] / test_nobug_thread.c
blobdfa7a07f4ae448eb6dc646cf81a54b9b232cd3fe
1 #define EBUG_ALPHA
2 #include "nobug.h"
5 #include <stdlib.h>
8 int main()
10 nobug_init();
12 NOBUG_THREAD_ID_SET("mythread");
14 ASSERT(0,"should show mythread_1 when compiled with -DHAVE_PTHREAD_H");
16 return 0;