From daa26e6ee95f1a396551d3cc313f633b09ee1c9c Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Fri, 19 Mar 2021 14:01:17 +0100 Subject: [PATCH] Add test48 --- CMakeLists.txt | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e1226a..47027fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,3 +105,5 @@ add_executable(test46 src/uniform-sampling-template.cc) target_compile_definitions(test46 PRIVATE EPP=RRTCE32) add_executable(test47 src/uniform-sampling-template.cc) target_compile_definitions(test47 PRIVATE EPP=RRTCE33) +add_executable(test48 src/uniform-stored-sampling-template.cc) +target_compile_definitions(test48 PRIVATE EPP=RRTCE34) diff --git a/README.md b/README.md index a2d2a94..d0052ab 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ There is a list of test files `src/testN.cc`, where `N` stands for: 46. *RRTCE32*: psp, cute, 3D tree, RS-M 47. *RRTCE33*: psp, cute, 3D tree, RS-H +48. *RRTCE34*: psp, cute, gz, Dijkstra, 3D tree, RS-H, diff. steer + Template for tests is in file `src/test-template.cc`. [cute c2]: https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h -- 2.39.2