Skip to content

Commit

Permalink
fix test/*
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-leonard committed Jul 25, 2016
1 parent 234ee21 commit 6566544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ FIND_PACKAGE(Torch REQUIRED)

SET(src)
FILE(GLOB luasrc *.lua)
SET(luasrc ${luasrc} test/test.lua test/mnistsample.t7 test/bigtest.lua)
SET(luasrc ${luasrc})
ADD_SUBDIRECTORY(test)
ADD_TORCH_PACKAGE(rnn "${src}" "${luasrc}" "Recurrent Neural Networks")
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

install_files(${INSTALL_PREFIX} test.lua)
FILE(GLOB luasrc *.lua)
ADD_TORCH_PACKAGE(rnn/test "${src}" "${luasrc}")

0 comments on commit 6566544

Please sign in to comment.