Skip to content

adoptium/TKG

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2025
May 16, 2024
Feb 3, 2025
Feb 20, 2025
Feb 5, 2025
Feb 3, 2025
Mar 16, 2021
Mar 16, 2021
Oct 8, 2019
Feb 5, 2021
Jul 12, 2024
Jan 7, 2025
Mar 28, 2023
Sep 26, 2022
Apr 16, 2024
Feb 5, 2025
Mar 11, 2021
Mar 16, 2022
Jan 27, 2020
Jan 31, 2025
Mar 20, 2023

Repository files navigation

TKG

TestKitGen (TKG) is a lightweight test harness for bringing together a diverse set of tests or commands under some common behaviour. All testing that runs at the AdoptOpenJDK project is run using TKG to yoke together many types of testing (that run on a variety of test frameworks).

TKG standardizes:

  • test target generation (generates make targets based on contents of playlist.xml files)
  • test output, defaulting to Test Anything Protocol (TAP) as the simplest, lowest common denominator
  • the way tests are tagged, grouped, included and excluded (categorizing by elements in the playlist file, by group, impl, version, etc)