=
|
d041e7c5bb
|
Switch to new testing style
Do blocks of tests, and only report individual tests on error, to save space. Add more tests, including some for upcoming list functions
|
2020-05-28 15:25:36 +01:00 |
=
|
44c9c7a8a1
|
Use malloc'd strings. Add filter function
|
2020-05-22 06:16:45 +01:00 |
=
|
8bdf42f6fd
|
Revert "Add basic struct notion and tests."
This reverts commit 95762976c5 .
Turns out these structs are not implemented well.
|
2020-05-18 02:22:39 +01:00 |
=
|
95762976c5
|
Add basic struct notion and tests.
Don't auto-run tests in debug mode. Some new tests fail for list-related reasons (some work in the REPL).
|
2020-05-18 00:00:19 +01:00 |
=
|
80967b9275
|
Broke lib-type code into array. New numparse errs
|
2020-05-16 19:31:14 +01:00 |
=
|
c59789120c
|
Valgrind should only print errors in tests
|
2020-05-16 16:12:12 +01:00 |
=
|
c97cbe850c
|
Ensure plain lists have elements evaluated
Add relevant tests. Add new doc comments. Some code shifting.
Tests pass. Valgrind is clean.
|
2020-05-16 15:46:19 +01:00 |
=
|
82f1f03d7b
|
Clean up makefile and tests
|
2020-05-15 21:27:45 +01:00 |
=
|
58705b4aa9
|
Cat with `+`; Related tests. Reordered pebblisp.c
|
2020-05-15 05:43:08 +01:00 |
=
|
45cbf51f50
|
Added valgrind op to tests. Added recursive test.
|
2020-05-15 04:50:53 +01:00 |
=
|
60d6022d46
|
Multi-statements in cmdline args. Added tests.
Commented out unnecessary deleteEnv() in main(). Was segfaulting. May be a bigger bug, there.
|
2020-05-10 19:16:50 +01:00 |
=
|
263af226b7
|
Improved testing. Added `spent` and '"' to pebble
Tests automatically run on `make`. Removed breaking cleanObject() in parseEval()
|
2020-05-10 17:51:46 +01:00 |
=
|
9fe35450df
|
Begin simple testing script
|
2020-05-09 19:58:28 +01:00 |