diff options
author | Philip Chimento <philip@endlessm.com> | 2013-04-10 17:32:26 +0100 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-17 17:15:52 +0200 |
commit | 733dbac3f86b8c7393c9e8a127f4cc09e905785d (patch) | |
tree | ef1f1986638f4cd838f1a3f7f4914709c2f33ec0 /.gitignore | |
parent | 6347c78610a7197e1d0cedd1a4a2136a595b5a67 (diff) |
Enable GObject introspection
After running 'make install', run test/smoke-tests/introspection.js
(and its Python counterpart) to test whether the GIR has been installed
correctly.
[#1]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ endless-0.pc test/run-tests test/smoke-tests/hello +Endless-0.gir +Endless-0.typelib *.py[cod] |