Skip to content

Commit

Permalink
Issue hbf#19 at github hbf/miniball (not a problem for CPP version)
Browse files Browse the repository at this point in the history
Added test from Frank (infinite loop problem)
It apparently causes the Java version to get stuck in an infinite loop.
The current CPP version is not affected.
I have not tested the Java version.
  • Loading branch information
paulharris committed Sep 26, 2015
1 parent a7fffe8 commit e1eef95
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ SET (testdir ${CMAKE_CURRENT_SOURCE_DIR}/test)
add_test (working_1 test_fromfile ${testdir}/test_working_1.txt)
add_test (infinite_loop_1 test_fromfile ${testdir}/test_infinite_loop_1.txt)
add_test (infinite_loop_2 test_fromfile ${testdir}/test_infinite_loop_2.txt)
add_test (frankbuss test_fromfile ${testdir}/test_frankbuss.txt)
Loading

0 comments on commit e1eef95

Please sign in to comment.