Skip to content

Commit

Permalink
Merge pull request #59 from Unity-Technologies/dev
Browse files Browse the repository at this point in the history
getting test assemblies to work.
  • Loading branch information
alffanclub authored Dec 13, 2017
2 parents a223b0b + 82f4845 commit bc98569
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Editor/AssetBundleBrowserMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
using UnityEditor;
using UnityEngine;

[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("com.unity.assetbundlebrowser.EditorTests")]

namespace AssetBundleBrowser
{

Expand Down
13 changes: 13 additions & 0 deletions Tests/Editor/com.unity.assetbundlebrowser.EditorTests.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "com.unity.assetbundlebrowser.EditorTests",
"references": [
"com.unity.assetbundlebrowser.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": []
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc98569

Please sign in to comment.