From 4f66e69de7dc327cc8bd285e2d16df21f55afbdc Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 2 Nov 2023 20:34:02 +0000 Subject: Add test-terrain dependency on sample height data --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 7fa7bfc..d88a238 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -60,7 +60,7 @@ run test-worker.cpp ; run test-instancing.cpp : : : test ; run test-glContainer.cpp : : : test ; run test-pack.cpp : : : test ; -run test-terrain.cpp : : : test ..//OpenMeshCore ; +run test-terrain.cpp : -- : fixtures/height/SD19.asc : test ..//OpenMeshCore ; run perf-terrain.cpp : : : test ..//OpenMeshCore benchmark ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; -- cgit v1.2.3