Skip to content

Commit

Permalink
Rename mainEth1394/eth1394Test to fpgatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kazanzides committed Jan 26, 2025
1 parent c3a04ca commit 8d68b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ target_link_libraries(qlacloserelays ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRAR
add_executable(qlacommand qlacommand.cpp)
target_link_libraries(qlacommand ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})

add_executable(eth1394Test mainEth1394.cpp MotorVoltage.h MotorVoltage.cpp)
target_link_libraries(eth1394Test ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})
add_executable(fpgatest fpgatest.cpp MotorVoltage.h MotorVoltage.cpp)
target_link_libraries(fpgatest ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})

add_executable(instrument instrument.cpp)
target_link_libraries(instrument ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})
Expand All @@ -67,7 +67,7 @@ install (PROGRAMS ${EXECUTABLE_OUTPUT_PATH}/quad1394eth
COMPONENT Amp1394-utils
DESTINATION bin)

install (TARGETS qlacloserelays qlacommand eth1394Test instrument block1394eth enctest ethswitch
install (TARGETS qlacloserelays qlacommand fpgatest instrument block1394eth enctest ethswitch
COMPONENT Amp1394-utils
RUNTIME DESTINATION bin)

Expand Down
File renamed without changes.

0 comments on commit 8d68b17

Please sign in to comment.