From 0665fcc551a4defa0aca8f4b1c91701577a4e891 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 23 Nov 2022 10:28:58 -0800 Subject: [PATCH] well... --- Makefile.frag.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index b5fe1d8..d1fdcc8 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -32,5 +32,5 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h # Use PHPUnit and composer to run tests 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) run test-win \ No newline at end of file + $(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 \ No newline at end of file