aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/UnitTester.vcxproj1
-rw-r--r--test/unit/makefile1
-rw-r--r--test/unit/test.mak1
-rw-r--r--test/unit/testCellBuffer.cxx1
4 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj
index a7df099c0..fdf567cff 100644
--- a/test/unit/UnitTester.vcxproj
+++ b/test/unit/UnitTester.vcxproj
@@ -165,6 +165,7 @@
<ClCompile Include="..\..\src\PerLine.cxx" />
<ClCompile Include="..\..\src\RESearch.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
+ <ClCompile Include="..\..\src\UndoHistory.cxx" />
<ClCompile Include="..\..\src\UniConversion.cxx" />
<ClCompile Include="..\..\src\UniqueString.cxx" />
<ClCompile Include="test*.cxx" />
diff --git a/test/unit/makefile b/test/unit/makefile
index 9830ee794..866727505 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -68,6 +68,7 @@ Geometry.o \
PerLine.o \
RESearch.o \
RunStyles.o \
+UndoHistory.o \
UniConversion.o \
UniqueString.o
diff --git a/test/unit/test.mak b/test/unit/test.mak
index 10a6ebac7..e4a448f8c 100644
--- a/test/unit/test.mak
+++ b/test/unit/test.mak
@@ -25,6 +25,7 @@ TESTEDSRC=\
../../src/PerLine.cxx \
../../src/RESearch.cxx \
../../src/RunStyles.cxx \
+ ../../src/UndoHistory.cxx \
../../src/UniConversion.cxx \
../../src/UniqueString.cxx
diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx
index b6e03d2ee..bc8bf3b67 100644
--- a/test/unit/testCellBuffer.cxx
+++ b/test/unit/testCellBuffer.cxx
@@ -23,6 +23,7 @@
#include "SparseVector.h"
#include "ChangeHistory.h"
#include "CellBuffer.h"
+#include "UndoHistory.h"
#include "catch.hpp"