Tell unittests to use native file convention for EXAMPLE_DIR
authorBrandon King <kingb@caltech.edu>
Sat, 12 Aug 2006 00:18:45 +0000 (00:18 +0000)
committerBrandon King <kingb@caltech.edu>
Sat, 12 Aug 2006 00:18:45 +0000 (00:18 +0000)
commitfbd5136e8b95367e89b5c13478503276c17c7f33
tree214ff47831780975e81343f207e56472ef00b8c0
parentef945d6ecac064dacc1a3ccaa5782ac22c06cd2b
Tell unittests to use native file convention for EXAMPLE_DIR
C:/stuff/asdf wasn't parsable by boost::filesystem::path I (diane) couldn't
figure out how to specify platform independent paths, so I hacked
the CMakeLists.txt file to shove enough backslashes into define and told
boost::filesystem::path to use native file paths.
alg/test/CMakeLists.txt
alg/test/test_mussa.cpp
alg/test/test_nway.cpp
alg/test/test_sequence.cpp