Commit 41401431 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Added python test code

parent 3c863b6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line


# Runs 'make', 'make install', and 'make clean' in specified subdirectories
# Runs 'make', 'make install', and 'make clean' in specified subdirectories
SUBDIRS := src/php_top # src1
SUBDIRS := src/php_top src/python_tests # src1
INSTALLDIRS = $(SUBDIRS:%=install-%)
INSTALLDIRS = $(SUBDIRS:%=install-%)
CLEANDIRS =   $(SUBDIRS:%=clean-%)
CLEANDIRS =   $(SUBDIRS:%=clean-%)