Skip to content

Commit

Permalink
tests dir has been moved to the testsuite submodule:
Browse files Browse the repository at this point in the history
* the tests dir has been removed from the main gpac repo
* a testsuite repo has been added as a submodule
* the testsuite repo contains the test scripts, media and reference
hashes
* additional media are being downloaded by the make_tests script but
should be moved to git lfs in the future - make sure you have git-lfs
installed (https://help.github.com/en/articles/installing-git-large-file-storage)
* since the gpac repo now contains a submodule, remember to run git
submodule update (--init) when pulling if you want to use the test suite
* conversly, changes to the test suite now require a commit/push to the
testsuite repo **and** commit/push of the main repo to take the changes
in submodule into account
  • Loading branch information
aureliendavid committed Oct 8, 2019
1 parent 2cdad4c commit c504835
Show file tree
Hide file tree
Showing 914 changed files with 6 additions and 142,051 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[submodule "testsuite"]
path = testsuite
url = https://github.com/gpac/testsuite.git
branch = filters
ignore = dirty
281 changes: 0 additions & 281 deletions tests/README.MD

This file was deleted.

43 changes: 0 additions & 43 deletions tests/ghp_deploy.sh

This file was deleted.

21 changes: 0 additions & 21 deletions tests/index.html

This file was deleted.

Loading

0 comments on commit c504835

Please sign in to comment.