Skip to content

Commit

Permalink
Fix directory for serial
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Mar 5, 2017
1 parent fa180e4 commit 62c4b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ITF1788_tests/ITF1788_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tests = ( "bool",
# @sync @parallel for test in tests
for test in tests
filename = "libieeep1788_tests_$test.jl"
include(joinpath("ITF1788_tests", filename))
#include(joinpath("ITF1788_tests", filename))
include(filename)
end
# rmprocs()

0 comments on commit 62c4b74

Please sign in to comment.