Skip to content

Commit e7612a0

Browse files
committed
Move LockManagerTest to src/lock/tests
1 parent 74ed413 commit e7612a0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

builds/posix/make.shared.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Engine_Objects:= $(call dirObjects,jrd) $(call dirObjects,dsql) $(call dirObject
9292
$(call dirObjects,jrd/sys-packages) $(call dirObjects,jrd/trace) \
9393
$(call makeObjects,lock,lock.cpp)
9494

95-
Engine_Test_Objects:= $(call dirObjects,jrd/tests)
95+
Engine_Test_Objects:= $(call dirObjects,jrd/tests) $(call dirObjects,lock/tests)
9696

9797
AllObjects += $(Engine_Objects) $(Engine_Test_Objects)
9898

builds/win32/msvc15/engine_test.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@
261261
<ClCompile Include="..\..\..\src\jrd\tests\EngineTest.cpp" />
262262
</ItemGroup>
263263
<ItemGroup>
264-
<ClCompile Include="..\..\..\src\jrd\tests\LockManagerTest.cpp" />
264+
<ClCompile Include="..\..\..\src\jrd\tests\RecordNumberTest.cpp" />
265265
</ItemGroup>
266266
<ItemGroup>
267-
<ClCompile Include="..\..\..\src\jrd\tests\RecordNumberTest.cpp" />
267+
<ClCompile Include="..\..\..\src\lock\tests\LockManagerTest.cpp" />
268268
</ItemGroup>
269269
<ItemGroup>
270270
<ProjectReference Include="alice.vcxproj">

builds/win32/msvc15/engine_test.vcxproj.filters

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<ClCompile Include="..\..\..\src\jrd\tests\EngineTest.cpp">
2222
<Filter>source</Filter>
2323
</ClCompile>
24-
<ClCompile Include="..\..\..\src\jrd\tests\LockManagerTest.cpp">
24+
<ClCompile Include="..\..\..\src\jrd\tests\RecordNumberTest.cpp">
2525
<Filter>source</Filter>
2626
</ClCompile>
27-
<ClCompile Include="..\..\..\src\jrd\tests\RecordNumberTest.cpp">
27+
<ClCompile Include="..\..\..\src\lock\tests\LockManagerTest.cpp">
2828
<Filter>source</Filter>
2929
</ClCompile>
3030
</ItemGroup>

0 commit comments

Comments
 (0)