diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-09 18:00:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-09 18:00:00 +0200 |
| commit | 8e931537ff13137f49de58b84898a13ed3cdeeef (patch) | |
| tree | 0afa226e273dd07872516f3c780c9baeb34318aa /test | |
| parent | e261c743dea0184ca32740160b2f101325d366fd (diff) | |
| download | nissy-core-8e931537ff13137f49de58b84898a13ed3cdeeef.tar.gz nissy-core-8e931537ff13137f49de58b84898a13ed3cdeeef.zip | |
Add wasmtest target to build script; minor fixes in tools and tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/090_tables_readwrite/tables_readwrite_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/090_tables_readwrite/tables_readwrite_tests.c b/test/090_tables_readwrite/tables_readwrite_tests.c index 3306dd6..96a60bb 100644 --- a/test/090_tables_readwrite/tables_readwrite_tests.c +++ b/test/090_tables_readwrite/tables_readwrite_tests.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "../test.h" | 1 | #include "../test.h" |
| 2 | 2 | ||
| 3 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); | 3 | int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); |
| 4 | bool writetableinfo(const tableinfo_t *, uint64_t, unsigned char *); | 4 | int64_t writetableinfo(const tableinfo_t *, size_t, unsigned char *); |
| 5 | 5 | ||
| 6 | uint64_t readn(void) { | 6 | uint64_t readn(void) { |
| 7 | char str[STRLENMAX]; | 7 | char str[STRLENMAX]; |
