Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-11-25 06:13:34 +0300
committerSoumith Chintala <soumith@gmail.com>2014-11-25 06:13:34 +0300
commitd232b6f3bedda4f5151248e81d2cc75123ab509b (patch)
tree46216b86e139e67086b3fabf19295817fcac9bb9
parent52654baa4d7deed00f3191e36b40e5167eb04491 (diff)
parent44bd06345aad17d24013b480888ee273fa3955b6 (diff)
Merge pull request #110 from ajtulloch/move-test-to-top-level
[Torch] Move test.lua to the top level
-rw-r--r--.luacheckrc2
-rw-r--r--CMakeLists.txt1
-rw-r--r--test.lua (renamed from test/test.lua)0
3 files changed, 1 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 368247a..3d358e9 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -10,4 +10,4 @@ globals = {
unused_args = false
-files['test/test.lua'].redefined = false
+files['test.lua'].redefined = false
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1138954..e732709 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,6 @@ LINK_DIRECTORIES("${Torch_INSTALL_LIB}")
SET(src init.c)
FILE(GLOB luasrc *.lua)
-SET(luasrc ${luasrc} test/test.lua)
ADD_TORCH_PACKAGE(nn "${src}" "${luasrc}")
diff --git a/test/test.lua b/test.lua
index ed7fd21..ed7fd21 100644
--- a/test/test.lua
+++ b/test.lua