~ubuntu-branches/ubuntu/wily/afnix/wily

1 by Paul Cager
Import upstream version 1.4.2
1
# ---------------------------------------------------------------------------
2
# - SYS0001.als                                                             -
3
# - afnix:sys module test unit                                              -
4
# ---------------------------------------------------------------------------
5
# - This program is free software;  you can redistribute it  and/or  modify -
6
# - it provided that this copyright notice is kept intact.                  -
7
# -                                                                         -
8
# - This program  is  distributed in  the hope  that it will be useful, but -
9
# - without  any  warranty;  without  even   the   implied    warranty   of -
10
# - merchantability or fitness for a particular purpose.  In no event shall -
11
# - the copyright holder be liable for any  direct, indirect, incidental or -
12
# - special damages arising in any way out of the use of this software.     -
13
# ---------------------------------------------------------------------------
1.1.2 by Anibal Monsalve Salazar
Import upstream version 2.0.0
14
# - copyright (c) 1999-2011 amaury darsch                                   -
1 by Paul Cager
Import upstream version 1.4.2
15
# ---------------------------------------------------------------------------
16
17
# @info   afnix:sys test unit
18
# @author amaury darsch
19
20
# get the module
21
interp:library "afnix-sys"
22
23
# basic functions
24
afnix:sys:sleep 100
25
26
# exit clean
27
afnix:sys:exit 0