How do I create a eclipse launch file to execute the test file or run configuration in the goeclipse IDE
This is an enhancement which is pending: issue 5
I was thinking more along the line of adding a menu item ("Test go application") in the "
run as
" context menu.Right now if I select a go test file and click "Run go application" from the "run as" context menu nothing is executed (no main).
A "Test go application" could do a "go test" on the file instead of a "go run"...
For now, there is only an option "Enable continuous testing":