Initial skeleton to make extension support CRT FFI API (#11)

* Fixed build issues with static CRT, separated ffi target

* Fixed makefile for test-ffi target
This commit is contained in:
Justin Boswell
2021-02-22 15:55:15 -08:00
committed by GitHub
parent c30c1486fe
commit 778eafcf05
5 changed files with 64 additions and 20 deletions
+14
View File
@@ -0,0 +1,14 @@
--TEST--
aws_crt_last_error
--SKIPIF--
<?php
require_once(dirname(__FILE__) . '/skipif.inc');
?>
--FILE--
<?php
require_once(dirname(__FILE__) . '/common.inc');
echo aws_crt_last_error();
?>
--EXPECT--
0