On 2013-05-06 21:10 +0200, Martin Kalbfuß wrote:
> I write/change code or data. Then I compile. If it compiles and links
> properly, I run some automated tests and run the program to test it
> manually. It's an gui application so automated tests are a bit
> difficult. The last step is important. Bu
On Mon, May 6, 2013 at 12:10 PM, Martin Kalbfuß wrote:
> My program needs Data. So I pass in the data path with my CPPFLAGS.
> But that's the path when installed. So I have to install my app first before
> I can test it.
Can you make your app be more flexible about where it finds data?
e.g. chec