about summary refs log tree commit diff stats
path: root/cpp/012run
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-16 21:08:28 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-16 21:08:28 -0700
commit37e4573b9382707a0c345246d7507dc269bd0df3 (patch)
tree5c7ee81e1c665337550f40e5b0f4e76505e41b7b /cpp/012run
parent64cf0a5950929e678ef9c0a6837ed59a1ca1661d (diff)
downloadmu-37e4573b9382707a0c345246d7507dc269bd0df3.tar.gz
934 - extensible transform framework for mu's lightweight tools
Diffstat (limited to 'cpp/012run')
-rw-r--r--cpp/012run1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/012run b/cpp/012run
index 3d1395a9..bb084b39 100644
--- a/cpp/012run
+++ b/cpp/012run
@@ -90,6 +90,7 @@ if (argc > 1) {
 //: helper for tests
 
 :(before "End Globals")
+// track recipes added so that we can cleanup after each test
 vector<recipe_number> recipes_added_by_test;
 
 :(code)