Skip to content

Commit

Permalink
Merge pull request #8675 from wddgit/fixFWLiteUnitTest
Browse files Browse the repository at this point in the history
Fix unit test
  • Loading branch information
davidlange6 committed Apr 8, 2015
2 parents 07bd3a5 + 33c0f8b commit 8ece62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DataFormats/FWLite/test/test.cppunit.cpp
Expand Up @@ -55,6 +55,10 @@ class testRefInROOT: public CppUnit::TestFixture
public:
testRefInROOT() { }
void setUp() {
if(!sWasRun_) {
AutoLibraryLoader::enable();
sWasRun_ = true;
}
tmpdir = "tmp/";
tmpdir += getenv("SCRAM_ARCH");
tmpdir += "/";
Expand Down

0 comments on commit 8ece62c

Please sign in to comment.