- Timestamp:
- Jan 23, 2025 3:16:36 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167147
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r107910 r107916 80 80 PROGRAMS += \ 81 81 tstCompressionBenchmark \ 82 tstInt \82 tstInt \ 83 83 tstIEMCheckMc \ 84 84 tstIEMAImpl \ -
trunk/src/VBox/VMM/testcase/tstInt.cpp
r107910 r107916 26 26 * along with this program; if not, see <https://www.gnu.org/licenses>. 27 27 * 28 * The contents of this file may alternatively be used under the terms 29 * of the Common Development and Distribution License Version 1.0 30 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 31 * in the VirtualBox distribution, in which case the provisions of the 32 * CDDL are applicable instead of those of the GPL. 33 * 34 * You may elect to license modified versions of this file under the 35 * terms and conditions of either the GPL or the CDDL or both. 36 * 37 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 28 * SPDX-License-Identifier: GPL-3.0-only 38 29 */ 39 30
Note:
See TracChangeset
for help on using the changeset viewer.