summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-06-06 17:24:28 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-06-06 17:24:28 +0200
commitd82e6c8d1d9f2fc48fdcc15b7d2a97e4f24cf3bf (patch)
treefdacea61c0a85248311b027a22c4277d33aed797 /HACKING
parent92aca4416a7930e5870b8d1a4016bae8140462ee (diff)
downloadpygobject-d82e6c8d1d9f2fc48fdcc15b7d2a97e4f24cf3bf.tar.gz
Merge gi/HACKING into /HACKING
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING16
1 files changed, 16 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index b213d2f7..4ec66a97 100644
--- a/HACKING
+++ b/HACKING
@@ -14,3 +14,19 @@ Making a release
10. Make post-release version bump
Based on http://live.gnome.org/MaintainersCorner/Releasing
+
+Tests
+=====
+
+'make check' execute all tests
+
+'make check TEST_NAMES="test_gi"' executes the tests in test_gi.py
+
+'make check TEST_NAMES="test_gi.TestUtf8"' executes the tests in test_gi.TestUtf8
+
+'make check TEST_NAMES="test_gi.TestUtf8.test_utf8_full_return"' executes the test_gi.TestUtf8.test_utf8_full_return test
+
+'make check.gdb' executes all the tests in a gdb session
+
+'make check.valgrind' executes all the tests in valgrind
+