Skip to content

Commit

Permalink
adding writeObject tests to contbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Nov 12, 2015
1 parent f3cc0d1 commit a714555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ script:
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)
- ${TESTLUA} -ltorch -e "t=torch.test(); if t.errors[1] then os.exit(1) end"
- cd test
- ${TESTLUA} test_writeObject.lua
2 changes: 2 additions & 0 deletions test/test_writeObject.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'torch'

local myTester = torch.Tester()

local tests = {}
Expand Down

0 comments on commit a714555

Please sign in to comment.