git: test/nvmm: Add a Makefile and a test script for 'calc-vm'

Aaron LI aly at crater.dragonflybsd.org
Tue Jul 20 16:30:25 PDT 2021


commit 289ba3dac42be89324e958e1f76ef6c44fb5a1fc
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Jun 13 15:12:44 2021 +0800

    test/nvmm: Add a Makefile and a test script for 'calc-vm'
    
    We write the built binary in /tmp instead of current directory.  This is
    useful for building with a NFS-exported readonly mount of the source
    tree (e.g., used by dillon).
    
    Also add a test script that runs the 'calc-vm' test program in a loop.
    It helped reveal the VMCS remote clear bug.

Summary of changes:
 test/nvmm/Makefile   |  7 +++++++
 test/nvmm/looprun.sh | 20 ++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 test/nvmm/Makefile
 create mode 100755 test/nvmm/looprun.sh

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/289ba3dac42be89324e958e1f76ef6c44fb5a1fc


-- 
DragonFly BSD source repository


More information about the Commits mailing list