generate all length prefix array variants via macro
This commit is contained in:
parent
4c7302c4a3
commit
e29a5a3475
7 changed files with 175 additions and 241 deletions
test
|
@ -11,7 +11,7 @@ Running test case ${TEST_NAME}"
|
|||
ldmc "${SRC_TYPE}" "${DST_TYPE}" ../morphisms/*.morphism-base 2>|.tmp/ldmc_err 1>| target/src/${TEST_NAME}.c \
|
||||
|| (echo "... error at generation:"; cat .tmp/ldmc_err; return -1);
|
||||
|
||||
gcc -I../morphisms/runtime/include target/src/${TEST_NAME}.c ../morphisms/runtime/src/*.c -o target/${TEST_NAME} \
|
||||
gcc -I../morphisms/runtime/include target/src/${TEST_NAME}.c -o target/${TEST_NAME} \
|
||||
|| (echo "... error at compilation:"; return -2);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue