nimbus-eth1/tests/build_test.sh

7 lines
132 B
Bash
Raw Normal View History

2018-02-07 11:15:54 +00:00
#!/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