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

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Fomitchev <bfomitchev@nvidia.com>2016-07-13 04:28:04 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-07-29 22:30:49 +0300
commit3dd4a58d2872b4da32b31d7f4abea1000efae969 (patch)
tree63308a85c1783ee071866d17e669543bfe674035
parent2f196d2ccb22ff8b59eed7b826aa79309be601cd (diff)
Added tests to rocks install
-rw-r--r--cudnn-scm-1.rockspec6
1 files changed, 5 insertions, 1 deletions
diff --git a/cudnn-scm-1.rockspec b/cudnn-scm-1.rockspec
index 44c5f28..bd8072f 100644
--- a/cudnn-scm-1.rockspec
+++ b/cudnn-scm-1.rockspec
@@ -26,5 +26,9 @@ build = {
build_command = [[
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE)
]],
- install_command = "cd build && $(MAKE) install"
+ install_command = "cd build && $(MAKE) install",
+ copy_directories = {
+ "test"
+ }
+
} \ No newline at end of file