Skip to content

Commit 8d68b17

Browse files
author
Peter Kazanzides
committed
Rename mainEth1394/eth1394Test to fpgatest
1 parent c3a04ca commit 8d68b17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ target_link_libraries(qlacloserelays ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRAR
4141
add_executable(qlacommand qlacommand.cpp)
4242
target_link_libraries(qlacommand ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})
4343

44-
add_executable(eth1394Test mainEth1394.cpp MotorVoltage.h MotorVoltage.cpp)
45-
target_link_libraries(eth1394Test ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})
44+
add_executable(fpgatest fpgatest.cpp MotorVoltage.h MotorVoltage.cpp)
45+
target_link_libraries(fpgatest ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES})
4646

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

70-
install (TARGETS qlacloserelays qlacommand eth1394Test instrument block1394eth enctest ethswitch
70+
install (TARGETS qlacloserelays qlacommand fpgatest instrument block1394eth enctest ethswitch
7171
COMPONENT Amp1394-utils
7272
RUNTIME DESTINATION bin)
7373

File renamed without changes.

0 commit comments

Comments
 (0)