diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bb6fe44c97..ac1a0d9448 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/contrib/hbposix/tests/hbmk.hbm b/harbour/contrib/hbposix/tests/hbmk.hbm new file mode 100644 index 0000000000..38269d1763 --- /dev/null +++ b/harbour/contrib/hbposix/tests/hbmk.hbm @@ -0,0 +1,7 @@ +# +# $Id$ +# + +../hbposix.hbc + +-w3 -es2 diff --git a/harbour/contrib/hbposix/tests/testpid.prg b/harbour/contrib/hbposix/tests/testpid.prg new file mode 100644 index 0000000000..6d746f6c61 --- /dev/null +++ b/harbour/contrib/hbposix/tests/testpid.prg @@ -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