move testing-related files to test submodule

create scripts to load and dump the test database to and from SQL files
This commit is contained in:
Jack Case
2025-11-26 16:19:14 +00:00
parent a36b6e9865
commit 6a1837762e
6 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
test_dir=slopserver/test
cat $test_dir/test_db.sql | sqlite3 $test_dir/test_db.sqlite