From 1a62583423bd4a78078cc8468cc628db3ea33293 Mon Sep 17 00:00:00 2001
From: Dan Hirsch <thequux@upstandinghackers.com>
Date: Mon, 16 Dec 2013 16:05:09 +0100
Subject: [PATCH] Added note on the language-independent test suite to HACKING
 file

---
 HACKING | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/HACKING b/HACKING
index d923217e..970a2491 100644
--- a/HACKING
+++ b/HACKING
@@ -52,3 +52,11 @@ documented), assume that
 
 In other words, don't let the (memory manager) streams cross.
 
+Language-independent test suite
+===============================
+
+There is a language-independent representation of the Hammer test
+suite in `lib/test-suite`.  This is intended to be used with the
+tsparser.pl prolog library, along with a language-specific frontend.
+
+No language-specific frontends have been written yet.
-- 
GitLab