xfu314's picture
Add phantom project with submodules and dependencies
96da58e
#!/bin/bash
echo "running tests for bc..."
python test_bc.py
echo "running tests for hbc..."
python test_hbc.py
echo "running tests for iris..."
python test_iris.py
echo "running tests for bcq..."
python test_bcq.py
echo "running tests for cql..."
python test_cql.py
echo "running tests for scripts..."
python test_scripts.py
echo "running tests for examples..."
python test_examples.py