From 74ae4b09bbc80edb44a123a8272014d15b7d4b8d Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Sun, 17 Dec 2017 18:04:13 +0100 Subject: Free format everywhere (#693) * Free format now in cmd lines, in gie, and in init files * Corrected handling of defaults * Add demo of integrated definition and validation * Repair stack-smashing memmove in get_init * repair paralist corruption, clean up debug output * Install test files for nmake builds * Add many improvements following suggestions by @schwehr * Be consistent in requiring lower case everywhere in gie.c Also, this Fixes #703 and Fixes #697 --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 7de5d23c..92740d7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,11 +58,13 @@ test_script: - cd bin - echo "Contents of current directory:" - dir + - echo "Contents of ..\test\gie:" + - dir ..\test\gie - gie.exe ..\test\gie\builtins.gie - - gie.exe ..\test\gie\more_builtins.gie - gie.exe ..\test\gie\deformation.gie - gie.exe ..\test\gie\axisswap.gie - gie.exe ..\test\gie\ellipsoid.gie + - gie.exe -vvvvv ..\test\gie\more_builtins.gie - gie.exe ..\test\gie\GDA.gie deploy: off -- cgit v1.2.3