diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-18 16:07:08 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-18 18:16:01 +1000 |
commit | c0d5da912302ed14469ba3ed0900d346122d34b0 (patch) | |
tree | cb471eaead97a1a34e110f5963327e2a171920a5 /Repository.mk | |
parent | 37c766dcde54412050bda323dd6f146b22232e60 (diff) |
vcl: fix svptest
Change-Id: Ibaec6e027aa9fd61824ff6b4f1f71b69d217dfdc
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index db18c1098208..15288f78ca68 100644 --- a/Repository.mk +++ b/Repository.mk @@ -120,6 +120,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \ ) \ $(if $(filter-out ANDROID IOS,$(OS)), \ svdemo \ + svptest \ vcldemo) \ )) |