Browse Source

Added directory 'testes/libs/P1' to the repository

This directory is used for some tests. As standard Lua has no command
to create directories, it must be present before running tests.
Roberto Ierusalimschy 6 years ago
parent
commit
5d7dec5520
1 changed files with 2 additions and 0 deletions
  1. 2 0
      testes/libs/P1/dummy

+ 2 - 0
testes/libs/P1/dummy

@@ -0,0 +1,2 @@
+# This is a dummy file just to make git keep the otherwise empty
+# directory 'P1' in the repository.