You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had a little experience with googletest https://github.com/google/googletest and I would like to give it a try. First simple case I want to aim for is creating a new project with a few tasks in it. When I looked at the code it dawned on me that this will not be easy as user input from ncurses is required at a lot of places, in the same function.
Do you have any idea where to start from?
The text was updated successfully, but these errors were encountered:
I tried it an figured out that there is a dependency to task, which in turn has a dependency to the color defintions, which is again ncurses.
Since I am still trying to figure out a good way to first introduce the tooling, I prepared a branch called gtest, which mostly includes the tooling and a dummy project class. Please have a look at it.
setup: doneyet source folder is checked out next to a checked out repository of: https://github.com/google/googletest on my machine it looks like this:
I have had a little experience with googletest https://github.com/google/googletest and I would like to give it a try. First simple case I want to aim for is creating a new project with a few tasks in it. When I looked at the code it dawned on me that this will not be easy as user input from ncurses is required at a lot of places, in the same function.
Do you have any idea where to start from?
The text was updated successfully, but these errors were encountered: