forked from lix-project/lix
jade
38571c50e6
This parser can be reused for other purposes. It's inspired by
https://bitheap.org/cram/
Although eelco's impostor exists https://github.com/mobusoperandi/eelco,
it is not very nice to depend on out of tree testing frameworks with no
way to customize them.
Change-Id: Ifca50177e09730182baf0ebf829c3505bbb0274a
8 lines
361 B
Bash
8 lines
361 B
Bash
source common.sh
|
|
|
|
# You might think that this can trivially be moved into a makefile, however,
|
|
# there is various environmental initialization of this shell framework that
|
|
# seems load bearing and seemingly prevents the tests working inside the
|
|
# builder.
|
|
_NIX_TEST_UNIT_DATA=$(pwd)/repl_characterization/data ./repl_characterization/test-repl-characterization
|