aboutsummaryrefslogtreecommitdiff
path: root/busted.spec
diff options
context:
space:
mode:
authorAlexander <alex@cogarr.net>2019-06-28 16:13:30 -0400
committerAlexander <alex@cogarr.net>2019-06-28 16:13:30 -0400
commit456ee9baefb343e98dc94678e05335a547786c2a (patch)
treef99e44197b789882ea04db01f3aabee99216f3bd /busted.spec
parent4c9856b6876f10a6104761781571a9b7e502561d (diff)
downloadbrokengine-456ee9baefb343e98dc94678e05335a547786c2a.tar.gz
brokengine-456ee9baefb343e98dc94678e05335a547786c2a.tar.bz2
brokengine-456ee9baefb343e98dc94678e05335a547786c2a.zip
Added more tests
Fixed up the networking test, and added something to create the deviceinit file in the first test (so the tests just just run on a new clone now)
Diffstat (limited to 'busted.spec')
-rw-r--r--busted.spec37
1 files changed, 0 insertions, 37 deletions
diff --git a/busted.spec b/busted.spec
deleted file mode 100644
index 9399ee4..0000000
--- a/busted.spec
+++ /dev/null
@@ -1,37 +0,0 @@
-
-local function create_test_file(str)
-
-end
-
-describe("brokengine",function()
- describe("gui library",function()
- for k,v in pairs({
- "button",
- "checkbox",
- "colorselector",
- "combobox",
- "contextmenu",
- "editbox",
- "fileopen",
- "image",
- "imagelist",
- "inoutfader",
- "listbox",
- "meshviewer",
- "scrollbar",
- "spinbox",
- "statictext",
- "tab",
- "tabcontrol",
- "table",
- "toolbar",
- "treeview",
- "treeviewnode",
- "window"
- }) do
- it(string.format("should be able to create a %s",v),function()
-
- end)
- end
- end)
-end)