- Timestamp:
- May 2, 2022 10:14:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r94773 r94774 38 38 tstBstr \ 39 39 tstGuid \ 40 tstUnattendedScript \ 41 tstVBoxCrypto 40 tstUnattendedScript 42 41 PROGRAMS.linux += \ 43 42 $(if $(VBOX_WITH_USB),tstUSBProxyLinux,) … … 300 299 301 300 302 #303 # tstVBoxCrypto304 #305 tstVBoxCrypto_TEMPLATE = VBOXMAINCLIENTTSTEXE306 tstVBoxCrypto_SOURCES = tstVBoxCrypto.cpp307 308 309 301 310 302 # generate rules.
Note:
See TracChangeset
for help on using the changeset viewer.