X-Git-Url: https://repo.jachan.dev/buildroot-mgba.git/blobdiff_plain/2681d433104627fc38b9da8c764430bb56d0adee..93a28709664623bb394e7e5c9a0be6fc6b52ae5f:/docs/manual/contribute.txt diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index bde7543c25..11d8811b44 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -571,11 +571,8 @@ The basic test case definition involves * Implementing a +def test_run(self):+ function to optionally startup the emulator and provide test case conditions. -Beyond creating the test script, there are a couple of additional steps that -should be taken once you have your initial test case script. The first is -to add yourself to the +DEVELOPERS+ file to be the maintainer of that test -case. The second is to update the Gitlab CI yml by executing -+make .gitlab-ci.yml+. +After creating the test script, add yourself to the +DEVELOPERS+ file to +be the maintainer of that test case. ==== Debugging a test case