/helgrind/tests/*.stdout.diff*
/helgrind/tests/*.stdout.out
/helgrind/tests/.deps
-/helgrind/tests/.dirstamp
/helgrind/tests/annotate_hbefore
/helgrind/tests/annotate_rwlock
/helgrind/tests/bar_bad
LDADD = -lpthread
-bug322621_SOURCES = ../../helgrind/tests/bug322621.cpp
+bug322621_SOURCES = bug322621.cpp
concurrent_close_SOURCES = concurrent_close.cpp
dlopen_main_LDADD = -ldl
dlopen_lib_so_SOURCES = dlopen_lib.c
--- /dev/null
+../../helgrind/tests/bug322621.cpp
\ No newline at end of file
#include <pthread.h>
#include <iostream>
-#include "../helgrind.h"
+#include "../../helgrind/helgrind.h"
static int verbose;
static pthread_t ls_thread;