Skip to content

Commit

Permalink
cmake: Update list of scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniGrieco committed May 7, 2024
1 parent 2a3a1ec commit 7fdc258
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scenario/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 7fdc258

Please sign in to comment.