diff options
| author | Dylan <boss@tehbox.org> | 2026-06-06 18:05:19 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-06-06 18:05:19 +1200 |
| commit | 46c896bcd78d31130321562b0659e28230261b8e (patch) | |
| tree | 66174f484693763b7a7ca678fda8ea4b2b98cbe7 /test.sh | |
| download | tehjson-46c896bcd78d31130321562b0659e28230261b8e.tar.gz tehjson-46c896bcd78d31130321562b0659e28230261b8e.zip | |
feat: Initial commit, json data structure and serializing to json
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +make test && LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH ./json_test $@ |
