From 7fdc258993be4e38c9e8b14fe38ef4da364a6e65 Mon Sep 17 00:00:00 2001 From: Giovanni Grieco Date: Tue, 7 May 2024 07:36:19 +0200 Subject: [PATCH] cmake: Update list of scenarios --- scenario/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scenario/CMakeLists.txt b/scenario/CMakeLists.txt index 7b9f9e48..ff8eae67 100644 --- a/scenario/CMakeLists.txt +++ b/scenario/CMakeLists.txt @@ -32,6 +32,11 @@ create_test_sourcelist(Tests irs_paper_s3-random_4_uncov.json lm_grieco_s2.json lm_grieco_s3.json + ntn-hap-big.json + ntn-hap-static.json + ntn-hap-sweep.json + ntn-hap-test.json + ntn-hap.json paper_s1.json paper_s2.json paper_s3-lte.json @@ -49,7 +54,7 @@ create_test_sourcelist(Tests test_periphstream-wifi.json ) -set(exec ${CMAKE_SOURCE_DIR}/ns3/build/examples/ns3-dev-iodsim-debug) +set(exec ${CMAKE_SOURCE_DIR}/ns3/build/src/iodsim/ns3.41-iodsim-debug) foreach(test ${Tests}) get_filename_component (TName ${test} NAME_WE)