diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 22:21:11 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 22:21:11 +0100 |
commit | a60e8a8eabde116cc3da920b637bc4f6f5b8b17c (patch) | |
tree | bd62368e27aa21884de036df150c139469f0fde6 /tests/exec/list.out | |
parent | a01d09ca4730de4987d67e73a8ee895f77f57f9c (diff) | |
download | LPC-Projet-a60e8a8eabde116cc3da920b637bc4f6f5b8b17c.tar.gz LPC-Projet-a60e8a8eabde116cc3da920b637bc4f6f5b8b17c.zip |
Added tests.
Diffstat (limited to 'tests/exec/list.out')
-rw-r--r-- | tests/exec/list.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/exec/list.out b/tests/exec/list.out new file mode 100644 index 0000000..125dd43 --- /dev/null +++ b/tests/exec/list.out @@ -0,0 +1,9 @@ +F(2) = 1 +F(3) = 2 +F(4) = 3 +F(5) = 5 +F(6) = 8 +F(7) = 13 +F(8) = 21 +F(9) = 34 +F(10) = 55 |