Skip to content

Commit

Permalink
Merge pull request #119 from marktwtn/remove-python-code
Browse files Browse the repository at this point in the history
Test: Remove Python related code and build script
  • Loading branch information
jserv committed Mar 5, 2019
2 parents a379862 + bd81dbe commit 85dbc30
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 185 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,8 @@ TESTS = \
trinary \
curl \
dcurl \
multi-pow \
pow

ifeq ("$(BUILD_COMPAT)", "1")
TESTS += ccurl-multi_pow
endif

TESTS := $(addprefix $(OUT)/test-, $(TESTS))

LIBS = libdcurl.so
Expand Down Expand Up @@ -156,12 +151,6 @@ $(OUT)/libdcurl.so: $(OBJS)
$(VECHO) " LD\t$@\n"
$(Q)$(CC) -shared -o $@ $^ $(LDFLAGS)

$(OUT)/test-%: tests/test-%.py $(OUT)/libdcurl.so
$(Q)echo "#!$(PYTHON)" > $@
$(call py_prepare_cmd)
$(Q)chmod +x $@

include mk/common.mk
include mk/python.mk

-include $(deps)
14 changes: 0 additions & 14 deletions mk/python.mk

This file was deleted.

79 changes: 0 additions & 79 deletions tests/test-ccurl-multi_pow.py

This file was deleted.

81 changes: 0 additions & 81 deletions tests/test-multi-pow.py

This file was deleted.

0 comments on commit 85dbc30

Please sign in to comment.