nimbus-eth1/tests/build_test.sh

7 lines
140 B
Bash
Raw Normal View History

2018-02-07 11:15:54 +00:00
#!/bin/bash
2018-02-13 10:42:04 +00:00
nim cpp tests/code_stream_test.nim
nim cpp tests/gas_meter_test.nim
nim cpp tests/memory_test.nim
nim cpp tests/stack_test.nim