Commit de61192a authored by acpaquette's avatar acpaquette Committed by amystamile-usgs
Browse files

Updates sources and includes for building

parent 307df659
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ include(GoogleTest)

set(test_source ${PROJECT_SOURCE_DIR}/tests/ConstantsTests.cpp
                ${PROJECT_SOURCE_DIR}/tests/IsisCoreTestMain.cpp
                ${PROJECT_SOURCE_DIR}/tests/PvlKeywordTests.cpp
                ${PROJECT_SOURCE_DIR}/tests/TableTests.cpp)

# Link runISISTests with what we want to test and the GTest and pthread library
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
#include "PvlSequence.h"
#include "IException.h"

#include "TestUtilities.h"
#include "Fixtures.h"

#include <QString>
@@ -13,6 +12,7 @@
#include <fstream>
#include <stdlib.h>

#include "gmock/gmock.h"
#include <gtest/gtest.h>

#include <nlohmann/json.hpp>
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ set(unitTestClasses "Blob"
                    "PvlFormat"
                    "PvlFormatPds"
                    "PvlGroup"
                    "PvlKeyword"
                    "PvlSequence"
                    "TableField"
                    "TableRecord")