diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-09 10:05:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:12 +0200 |
commit | 3ead72d365c722f2234ace08fdb3d313f709ace5 (patch) | |
tree | 0b36acd5347f22a53e5334ebf0a6e1792a32c7e9 /solenv/gbuild/gbuild.mk | |
parent | 7a8b2e211cf1e0c8facc1458b92bddf52758e17e (diff) |
uitest: build system part for new uitests
We now can call the uitests with make uitest.uickeck
Change-Id: I20c73efd93c7987f3b841cd0e3e7842ee7a5dab9
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 04056cd136c8..69e370761884 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -287,6 +287,7 @@ include $(foreach class, \ PrecompiledHeaders \ Pyuno \ PythonTest \ + UITest \ Rdb \ CppunitTest \ Jar \ |