diff options
author | Matthew Newhook <matthew@zeroc.com> | 2015-04-20 11:15:04 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2015-04-20 11:15:04 -0230 |
commit | bf0b70be54239f969c58ea468dd45fba712dad4b (patch) | |
tree | 006dc77387836c2f84a01b4538f7d621ab4739c8 /python/test | |
parent | Fixed IceSSL OpenSSL implementation to provide and use the verified certifica... (diff) | |
download | ice-bf0b70be54239f969c58ea468dd45fba712dad4b.tar.bz2 ice-bf0b70be54239f969c58ea468dd45fba712dad4b.tar.xz ice-bf0b70be54239f969c58ea468dd45fba712dad4b.zip |
ICE-6455 - remove slice2py and slice2rb C++ exe
Diffstat (limited to 'python/test')
-rw-r--r-- | python/test/Slice/import/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Slice/import/Makefile b/python/test/Slice/import/Makefile index 91581b604f5..3e5464309dd 100644 --- a/python/test/Slice/import/Makefile +++ b/python/test/Slice/import/Makefile @@ -20,6 +20,7 @@ include $(top_srcdir)/config/Make.rules SRCS = Test1_ice.py \ Test2_ice.py +SLICE2PY = ../../../config/slice2py.py all:: $(SRCS) Test1_ice.py: Test1.ice $(SLICE2PY) $(SLICEPARSERLIB) |