nimbus-eth1/tests/test.sh

12 lines
220 B
Bash
Executable File

#!/bin/bash
nim c tests/code_stream_test.nim
nim c tests/gas_meter_test.nim
nim c tests/memory_test.nim
nim c tests/stack_test.nim
./tests/code_stream_test
./tests/gas_meter_test
./tests/memory_test
./tests/stack_test