Skip to content

Commit

Permalink
Change example to BKPA to reflect use of budget.
Browse files Browse the repository at this point in the history
  • Loading branch information
breuderink committed May 19, 2021
1 parent 198e135 commit aa792c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add_executable(example_FWHT example_FWHT.c)
target_link_libraries(example_FWHT epsilon m)
add_test(NAME example_FWHT COMMAND example_FWHT)

# KPA regression example.
add_executable(example_KPA_regression example_KPA_regression.c)
target_link_libraries(example_KPA_regression epsilon m)
add_test(NAME example_KPA_regression COMMAND example_KPA_regression)
# BKPA regression example.
add_executable(example_BKPA_regression example_BKPA_regression.c)
target_link_libraries(example_BKPA_regression epsilon m)
add_test(NAME example_BKPA_regression COMMAND example_BKPA_regression)
File renamed without changes.

0 comments on commit aa792c0

Please sign in to comment.