Skip to content

Commit e35d8e2

Browse files
committed
Added all tests from pvpkg to variables.sh file to be included in testing
1 parent 5b8fd47 commit e35d8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Testing/variables.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ WEBSITE_VERSION_LENGTH=40
2828
##### TESTING #####
2929
###################
3030

31-
NUM_TESTS=6
32-
TEST_NAMES=("TX Trigger" "TX/RX Gain" "TX/RX Fundamental Frequency" "TX/RX Phase" "TX/RX Stacked Commands" "TX/RX Channels In-Phase")
33-
TEST_FILES=(test_tx_trigger test_tx_rx_gain test_tx_rx_fundamental_frequency test_tx_rx_phase test_tx_rx_stacked_commands test_tx_rx_channels_in_phase)
31+
NUM_TESTS=10
32+
TEST_NAMES=("TX Trigger" "TX/RX Gain" "TX/RX Fundamental Frequency" "TX/RX Phase" "GPIO Stack Test" "RX Stack Test 1" "RX Stack Test 2" "TX Stack Test" "TX/RX Stacked Commands" "TX/RX Channels In-Phase")
33+
TEST_FILES=(test_tx_trigger test_tx_rx_gain test_tx_rx_fundamental_frequency test_tx_rx_phase test_gpio_stack test_rx_stack test_rx_stack_2 test_tx_stack test_tx_rx_stacked_commands test_tx_rx_channels_in_phase)
3434

3535
##########################
3636
##### FILE LOCATIONS #####

0 commit comments

Comments
 (0)