add a couple of testcases for GWakeup

This commit is contained in:
Ryan Lortie
2011-07-25 15:07:16 +02:00
parent 78545a641c
commit 4026b33174
2 changed files with 271 additions and 0 deletions

View File

@@ -43,3 +43,6 @@ spawn_multithreaded_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread
TEST_PROGS += spawn-singlethread
spawn_singlethread_SOURCES = spawn-singlethread.c
spawn_singlethread_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread-2.0.la
TEST_PROGS += gwakeup
gwakeup_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread-2.0.la