From 9b75468a10363ada39a17563cca6bcd819ec8fcd Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 16 Jan 1999 17:34:53 +0000 Subject: Sun Jan 17 12:01:26 1999 Ross Johnson * private.c (_pthread_sem_timedwait): Move from semaphore.c. * semaphore.c : Remove redundant #includes. (_pthread_sem_timedwait): Move to private.c. (sem_wait): Add missing abstime arg to pthreadCancelableWait() call. 1999-01-17 Ross Johnson * runtest: New script to build and run a test in the tests directory. --- tests/runtest.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/runtest.bat (limited to 'tests/runtest.bat') diff --git a/tests/runtest.bat b/tests/runtest.bat new file mode 100644 index 0000000..fd68008 --- /dev/null +++ b/tests/runtest.bat @@ -0,0 +1,9 @@ +cd tmp +cl /W3 /MT /nologo /Yd /Zi -I..\.. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c ..\%1.c +cl /Feaout.exe /Zi %1.obj ..\..\pthread.lib +del %1.obj +copy ..\..\pthread.dll . +aout.exe +del aout.exe +del pthread.dll +cd .. -- cgit v1.2.3