Closed zmertens closed 8 years ago
Why are we using 'Dwg' instead of Dawg in the tests?
Why are we using 'Dwg' instead of Dawg in the tests?
I think there is a name collision conflict with the name of the executable.
Updated.
Jenkins, okay to test
Can one of the admins verify this patch?
@zryan3 This patch now conflicts.
Can we make it such that the TestU01 depending unit tests are skipped if the library is not found?
TestU01 can't be found on Freebsd because it is installed in /usr/local/include/TestU01 directory.
If you add a PATH_SUFFIXES argument to FIND_PATH in your FindTestU01 model, it should be able to be found.
Updated (also didn't amend the commit this time)
Need to make some more minor changes (no longer require TestU01)
Looks like it worked. Yay!
This PR addresses #11 by adding a test structure to CMake (using the Boost unit test libraries). The test structure is taken from DeNovoGear.
Some things to point out:
parse_test.cpp
are specified to the${CMAKE_SOURCE_DIR}/tests/Unit/dwg
path.