This commit is contained in:
Dengke Tang
2022-11-23 10:28:58 -08:00
parent 64a3ab8e99
commit 0665fcc551
+2 -2
View File
@@ -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