# # \brief Jitterentropy TestU01 tests # \author Emery Hemingway # \date 2015-12-11 # # # Configuration variables # # $test_name # set build_components { core init timer lib/vfs/jitterentropy } lappend build_components test/$test_name build $build_components create_boot_directory set config { } install_config $config # generic modules set boot_modules { core init timer ld.lib.so libc.lib.so vfs.lib.so libm.lib.so vfs_jitterentropy.lib.so } lappend boot_modules $test_name build_boot_image $boot_modules append qemu_args " -nographic" # vi: set ft=tcl :