From e4aee06ff401668404de21b4af4c6a90be0f35a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Thu, 28 Dec 2017 13:16:38 -0800 Subject: Move tests/run-test-suite to branch run-test-suite with the intent that `make test-suite` will use it as a branch. This commit makes the libyaml and yaml-test-suite repos completely independent. The only thing in master is a Makefile rule for `make run-test-suite`. The run-test-suite branch takes care of everything else. This will keep the master branch history clean from any yaml-test-suite activity, while keeping everything up to date. Pinning will just work for whatever commit of master you run the tests from. The pinning work will all be done in the `run-test-suite` branch. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 74165f5..fb3b92b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,10 +53,7 @@ Makefile.in /tests/run-parser /tests/run-parser-test-suite /tests/run-scanner -/tests/run-test-suite/data -tests/run-test-suite/src/libyaml/ -tests/run-test-suite/src/libyaml-emitter -tests/run-test-suite/src/libyaml-parser +/tests/run-test-suite/ /tests/test-reader /tests/test-reader.log /tests/test-reader.trs -- cgit v1.2.1