spoiledsport / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Make the unit tests be able to find the testdata from any folder within the root #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the unit tests have to be run under talk or the parent of talk.
https://code.google.com/p/libjingle/source/browse/trunk/talk/base/unittest_main.
cc#55

We should be able to adapt the fileutils.h to make it be able to run from any 
folder.
http://code.google.com/p/webrtc/source/browse/trunk/src/test/testsupport/fileuti
ls.h

Original issue reported on code.google.com by ronghuawu@google.com on 12 Sep 2012 at 3:02