Files
RaindropViewer/Assets/Tests/Tests.asmdef
T
alexiscatnip f39b38321f Add freeimage.so for arm_64 and simple read test.
The test reads j2p from disk and then saves it to disk using Texture2d.EncodeToJPG(). it is passing on android phone.
2022-01-19 20:18:36 +08:00

28 lines
671 B
Plaintext

{
"name": "Tests",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"LibreMetaverseAssembly",
"RaindropUnity",
"LeanGUI",
"Unity.TextMeshPro",
"AsyncImageLoader.Runtime",
"Better"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"OpenJpegDotNet.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}