Skip to content

Commit

Permalink
Packages/tests: Remove references to BAMBOO_EXPENSIVE_CHECKS
Browse files Browse the repository at this point in the history
We renamed the defines in 6c24eb9 (CI: Rename deprecated bamboo
environment variables, 2023-05-12) but frogot some mentioning in comments
in builtin procedure windows.

While at it we also moved the #ifndef code from the builtin procedure
windows to a normal procedure file.

And also added forgotten statements for SUTTER hardware.

Close #2215
  • Loading branch information
t-b committed Aug 21, 2024
1 parent 04d3270 commit 57dd5c1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Packages/tests/HistoricData/HistoricData.pxp
Binary file not shown.
10 changes: 10 additions & 0 deletions Packages/tests/UTF_HardwareHelperFunctions.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
/// @file UTF_HardwareHelperFunctions.ipf
/// @brief This file holds helper functions for the hardware tests

#ifndef TESTS_WITH_NI_HARDWARE
#ifndef TESTS_WITH_ITC18USB_HARDWARE
#ifndef TESTS_WITH_ITC1600_HARDWARE
#ifndef TESTS_WITH_SUTTER_HARDWARE
#define *** One TESTS_WITH_NI_HARDWARE, TESTS_WITH_ITC18USB_HARDWARE, TESTS_WITH_ITC1600_HARDWARE, TESTS_WITH_SUTTER_HARDWARE must be defined
#endif
#endif
#endif
#endif

Function TEST_BEGIN_OVERRIDE(name)
string name

Expand Down

0 comments on commit 57dd5c1

Please sign in to comment.