Commit Graph

39 Commits

Author SHA1 Message Date
Erik Svedäng
e80a41f2ce Test fixes. 2018-06-12 09:01:20 +02:00
Erik Svedäng
a5a9a186eb A test to ensure we don't introduce the same bug again. 2018-06-11 15:44:58 +02:00
Chris Hall
dd39e21f2d Adding stack install back into run_carp_tests 2018-05-23 18:32:13 +10:00
Chris Hall
ced59518a2 Adding flag to run_carp_tests to disable sdl compile tests
This is working towards #217
2018-05-20 12:05:58 +10:00
Chris Hall
74ab9e44e8 Changing run_carp_tests.sh and test/check.sh to use stack exec carp
rather than relying on stack install and ~/.local/bin being in path
2018-05-20 12:05:58 +10:00
hellerve
414451f2fa tests: add test script recording 2018-04-10 12:34:36 +02:00
Erik Svedäng
c291b426f6 Running the tests will generate core docs also. 2018-03-27 10:52:17 +02:00
Erik Svedäng
8eef5cf39a Build the new SDL examples in run_carp_tests.sh 2018-03-24 12:15:51 +01:00
Erik Svedäng
35719a3d55 Build minimal_sdl.carp example. 2018-03-20 16:51:24 +01:00
Erik Svedäng
d36f28c782 Everything works with function members except someting in 'str' for generic function members. 2018-03-15 13:34:48 +01:00
hellerve
01f366f2c8 core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
Erik Svedäng
d23a211985 BUG FIX: Must handle deletion of temporary values used during initialization of global variables. 2018-02-06 08:21:50 +01:00
Erik Svedäng
e8ac5c86c6 BUG FIX: Setting global variables doesn't leak. 2018-02-05 19:01:00 +01:00
Erik Svedäng
d5d3e4b298 Build ant.carp and reptile.carp as part of run_carp_tests.sh script. 2018-02-05 11:14:20 +01:00
Erik Svedäng
c90357ac6d Setting variables by reference, using @ works now. 2018-02-03 07:50:34 +01:00
Erik Svedäng
33aeab7c82 FIXED: Fails to find the correct Array.str when calling println* in a do-form. 2018-01-28 05:56:03 +01:00
Erik Svedäng
58f22c8000 Generic struct example work completely. 2018-01-23 17:04:55 +01:00
Erik Svedäng
249fa05cbc Experimenting with prn to print generic Pair. 2018-01-23 16:57:51 +01:00
Erik Svedäng
0f2e5d0366 Make handling of Array less special in sorting. 2018-01-23 16:20:00 +01:00
hellerve
95dc49be19 examples: fix sorting; run_carp_tests: transform into loop 2018-01-15 17:28:19 +01:00
Erik Svedäng
f9f627d691 Todo, intero 0.1.24, run sorting example. 2018-01-15 16:59:48 +01:00
Erik Svedäng
7cd40a8ad5 Better support for globals. 2018-01-02 08:56:23 +01:00
Erik Svedäng
9a3ece2745 Some memory tests. 2017-12-23 09:24:16 +01:00
Erik Svedäng
bce28c65cd This might work. 2017-12-23 08:58:57 +01:00
Erik Svedäng
61208b599f Setting up proper test suit for finding memory errors. 2017-12-23 08:33:13 +01:00
Erik Svedäng
fe427de36c Updated run_carp_tests.sh with added/deleted tests and examples. 2017-12-21 17:11:43 +01:00
Erik Svedäng
8a4925baa1 Run macro tests. 2017-12-15 18:58:31 +01:00
Erik Svedäng
5d2481e183 Stop evalutaion of forms after errors. 2017-12-13 22:09:12 +01:00
Erik Svedäng
8babc83737 Run control flow tests. 2017-12-12 21:42:50 +01:00
Erik Svedäng
c112414e51 Interface example. 2017-11-25 10:39:49 +01:00
Erik Svedäng
bcac17ceed Fixed some bugs with lookup of interface functions. 2017-11-24 14:15:16 +01:00
Erik Svedäng
9f60aba18d strdup is handled properly by the memory balancer 2017-11-22 16:25:05 +01:00
Erik Svedäng
d64552f1ec Tests will stop if there's an error. 2017-11-22 14:12:09 +01:00
Erik Svedäng
8c2673a018 Make run_carp_tests.sh stop on error. 2017-11-22 12:42:32 +01:00
Erik Svedäng
934256400a Run all the tests in /test as part of the run_carp_test.sh script. 2017-11-21 11:53:32 +01:00
Erik Svedäng
1d099c43ce Moved external struct example to its own file. 2017-11-17 17:34:07 +01:00
Erik Svedäng
9f64496c4e Make use of threading macro in updating.carp 2017-10-18 22:46:37 +02:00
Erik Svedäng
3b0ff523eb Array tests work again. 2017-10-12 17:02:00 +02:00
Erik Svedäng
8cae7a7a3b A way to run all tests in one go. 2017-09-08 12:24:57 +02:00