summaryrefslogtreecommitdiff
path: root/tests/alltests.lua
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-06 05:39:19 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-06 05:39:19 +0200
commit18379e15998e96ca604c10adc6295cc4b89ae8e4 (patch)
treea3545affdbaaa9209990ad0f73b60a7fc49dfc6b /tests/alltests.lua
parent7c461804ac6ae24d3026e803e7a0a04303a687c3 (diff)
Updating Balau and Dalos-modules, and adding a few Lua tests for Dalos-cli.
Diffstat (limited to 'tests/alltests.lua')
-rw-r--r--tests/alltests.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/alltests.lua b/tests/alltests.lua
new file mode 100644
index 0000000..d0feda2
--- /dev/null
+++ b/tests/alltests.lua
@@ -0,0 +1,5 @@
+load "tests/test1.lua"
+
+function runtests()
+ test1()
+end