Skip to content

Commit a0e594e

Browse files
translator: add more test.sh scripts for bindings
1 parent 4fe13b4 commit a0e594e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/java/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
cat ../../resources/csv-testcases/RMLTC0001a-CSV/mapping.ttl | java -Djava.library.path=$(pwd)/../../target/debug Translator

src/python/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
cat ../../resources/csv-testcases/RMLTC0001a-CSV/mapping.ttl | python translator.py

0 commit comments

Comments
 (0)