Skip to content

Commit

Permalink
refactor: Moved tests to glTF test framework, since the content (asse…
Browse files Browse the repository at this point in the history
…ts, scenes) is also there
  • Loading branch information
atteneder committed Oct 26, 2021
1 parent 0b23b3a commit 846e7a6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 407 deletions.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Export/GltfWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
using UnityEditor;
#endif

[assembly: InternalsVisibleTo("glTFast.Tests")]
[assembly: InternalsVisibleTo("glTFastEditor")]
[assembly: InternalsVisibleTo("glTF-test-framework.Tests")]

namespace GLTFast.Export {

Expand Down
8 changes: 0 additions & 8 deletions Tests/Runtime.meta

This file was deleted.

305 changes: 0 additions & 305 deletions Tests/Runtime/GameObjectExportTest.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Tests/Runtime/GameObjectExportTest.cs.meta

This file was deleted.

34 changes: 0 additions & 34 deletions Tests/Runtime/Utils.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Tests/Runtime/Utils.cs.meta

This file was deleted.

Loading

0 comments on commit 846e7a6

Please sign in to comment.