mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
well...
This commit is contained in:
+2
-2
@@ -32,5 +32,5 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h
|
|||||||
|
|
||||||
# Use PHPUnit and composer to run tests
|
# Use PHPUnit and composer to run tests
|
||||||
test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll
|
test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll
|
||||||
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini ${COMPOSER_PHAR} --working-dir=$(AWSCRT_DIR) update
|
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini $(COMPOSER_PHAR) --working-dir=$(AWSCRT_DIR) update
|
||||||
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini ${COMPOSER_PHAR} --working-dir=$(AWSCRT_DIR) run test-win
|
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini $(COMPOSER_PHAR) --working-dir=$(AWSCRT_DIR) run test-win
|
||||||
Reference in New Issue
Block a user