44 lines
815 B
TOML
44 lines
815 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"file_ioutils_test_fixtures.js",
|
|
"file_ioutils_worker.js",
|
|
]
|
|
|
|
["test_ioutils.html"]
|
|
|
|
["test_ioutils_compute_hex_digest.html"]
|
|
|
|
["test_ioutils_copy_move.html"]
|
|
|
|
["test_ioutils_create_unique.html"]
|
|
|
|
["test_ioutils_dir_iteration.html"]
|
|
|
|
["test_ioutils_getfile.html"]
|
|
|
|
["test_ioutils_mac_xattr.html"]
|
|
run-if = ["os == 'mac'"]
|
|
|
|
["test_ioutils_mkdir.html"]
|
|
|
|
["test_ioutils_read_write.html"]
|
|
|
|
["test_ioutils_read_write_json.html"]
|
|
|
|
["test_ioutils_read_write_utf8.html"]
|
|
|
|
["test_ioutils_remove.html"]
|
|
|
|
["test_ioutils_set_permissions.html"]
|
|
|
|
["test_ioutils_stat_set_modification_time.html"]
|
|
|
|
["test_ioutils_windows_file_attributes.html"]
|
|
run-if = ["os == 'win'"]
|
|
|
|
["test_ioutils_worker.xhtml"]
|
|
|
|
["test_pathutils.html"]
|
|
|
|
["test_pathutils_worker.xhtml"]
|
|
support-files = ["pathutils_worker.js"]
|