Browse Source

Convert test folders to files;

bjorn 3 years ago
parent
commit
c148bfadad
3 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md
  2. 0 0
      tests/distant-colliders.lua
  3. 0 0
      tests/thread-object-arguments.lua

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ There are five main types of documentation here:
 - The **`guides`** folder contains markdown files that explain LÖVR-related concepts in depth.
 - The **`guides`** folder contains markdown files that explain LÖVR-related concepts in depth.
   - Similarly, `init.lua` contains a manifest used to populate the sidebar on the website.
   - Similarly, `init.lua` contains a manifest used to populate the sidebar on the website.
 - The **`tests`** folder contains small test cases, to make sure bugs stay fixed.
 - The **`tests`** folder contains small test cases, to make sure bugs stay fixed.
-  - Each folder is a LÖVR project.
+  - Each file or folder is a LÖVR project.
   - The test is considered failed if it throws a Lua error or crashes when run with LÖVR.
   - The test is considered failed if it throws a Lua error or crashes when run with LÖVR.
   - There isn't a runner yet.
   - There isn't a runner yet.
 
 

+ 0 - 0
tests/distant-colliders/main.lua → tests/distant-colliders.lua


+ 0 - 0
tests/thread-object-arguments/main.lua → tests/thread-object-arguments.lua