summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-17 22:50:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-17 22:50:50 +0200
commit9ac8e1c02291eda243bbd21e50e151a802d4aeef (patch)
tree2d542574f2bb0832b624074b8078135391a2201b /tests
parent864cd6ee183952d233da889147f0b419ecd8989d (diff)
downloadwolfbones-9ac8e1c02291eda243bbd21e50e151a802d4aeef.tar.gz
wolfbones-9ac8e1c02291eda243bbd21e50e151a802d4aeef.tar.bz2
started to add a testlib
Diffstat (limited to 'tests')
-rw-r--r--tests/library/testlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/library/testlib.c b/tests/library/testlib.c
new file mode 100644
index 0000000..14c9efc
--- /dev/null
+++ b/tests/library/testlib.c
@@ -0,0 +1,3 @@
+int wolf_f( int a ) {
+ return a * 2;
+}