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:
Viktor Szakats
2010-11-23 22:58:58 +00:00
parent 196c5a738c
commit cad91155f3
3 changed files with 32 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,7 @@
#
# $Id$
#
../hbposix.hbc
-w3 -es2

View 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