aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
blob: 8a517cca5b664761a225e5cfaa2ce34ba7d6d1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -ex

fpm=$(pwd)/target/debug/fpm

cd tests/1
${fpm} build
${fpm} run
cd ../..

cd tests/2
${fpm} build
${fpm} run
cd ../..