nimbus-eth1/tests/test.sh

12 lines
228 B
Bash
Raw Normal View History

#!/bin/bash
2018-02-07 09:50:15 +00:00
# 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