digimokan / cpp-sliding-eight-puzzle

Sliding Eight-Puzzle solver
0 stars 0 forks source link

Test command-line UI with shunit2 #4

Open digimokan opened 5 years ago

digimokan commented 5 years ago

Description

The command line UI is not tested; there are no real end-to-end tests of the program. Maybe use shunit2 to accomplish this.

Source Files

tests/test_driver.sh

Tasks