blob: e47deb833a13ab6a02cf2e412500990e72d6e2e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
export LC_ALL=C
#
# Runs the test and context generators.
#
php ContextGenerator.php contexts/ ../src/Contexts
php TestGenerator.php ../tests/data ../tests/data
|