2010-11-23 23:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/hbposix/tests
+ contrib/hbposix/tests/hbmk.hbm
+ contrib/hbposix/tests/testpid.prg
+ Added test.
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-11-23 23:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ contrib/hbposix/tests
|
||||
+ contrib/hbposix/tests/hbmk.hbm
|
||||
+ contrib/hbposix/tests/testpid.prg
|
||||
+ Added test.
|
||||
|
||||
2010-11-23 19:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbrun/hbrun.prg
|
||||
! Do not process HB_INSTALL_INC to find external headers.
|
||||
|
||||
7
harbour/contrib/hbposix/tests/hbmk.hbm
Normal file
7
harbour/contrib/hbposix/tests/hbmk.hbm
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbposix.hbc
|
||||
|
||||
-w3 -es2
|
||||
19
harbour/contrib/hbposix/tests/testpid.prg
Normal file
19
harbour/contrib/hbposix/tests/testpid.prg
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
#include "simpleio.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
|
||||
? posix_getpid()
|
||||
|
||||
RETURN
|
||||
Reference in New Issue
Block a user