Correct Endian function use in Random tests

This commit is contained in:
Jonathan White
2018-01-01 13:20:31 -05:00
parent 2866bc626a
commit 9140893cd3
2 changed files with 8 additions and 11 deletions

View File

@@ -181,9 +181,6 @@ add_unit_test(NAME testrandom SOURCES TestRandom.cpp
add_unit_test(NAME testentrysearcher SOURCES TestEntrySearcher.cpp
LIBS ${TEST_LIBRARIES})
add_unit_test(NAME testexporter SOURCES TestExporter.cpp
LIBS ${TEST_LIBRARIES})
add_unit_test(NAME testcsvexporter SOURCES TestCsvExporter.cpp
LIBS ${TEST_LIBRARIES})