On Mon, May 6, 2013 at 12:10 PM, Martin Kalbfuß <ma.kalbf...@web.de> 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. check an environment variable or commandline option for an alternate location.